DK11 for Java | tatukgis.jdk.TGIS_Config.ReadColorInterpolationMode | Constructors | Fields | Methods | Properties
Read parameters given by _name. If Parameters do not exist or are invalid, then _default value will be used.
// Java public TGIS_ColorInterpolationMode ReadColorInterpolationMode( java.lang.String _name, TGIS_ColorInterpolationMode _default );
// Oxygene public function ReadColorInterpolationMode( _name : String; _default : TGIS_ColorInterpolationMode ) : TGIS_ColorInterpolationMode;
Name | Type | Description |
---|---|---|
_name | java.lang.String String | name of value |
_default | TGIS_ColorInterpolationMode | default value |
Type | Description |
---|---|
TGIS_ColorInterpolationMode | parameter value |