DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Config.ReadColorInterpolationMode | Methods | Properties
Read parameters given by _name. If Parameters do not exist or are invalid, then _default value will be used.
// C# public TGIS_ColorInterpolationMode ReadColorInterpolationMode( WideString _name, TGIS_ColorInterpolationMode _default );
' VisualBasic Public Function ReadColorInterpolationMode( ByVal _name As WideString, ByVal _default As TGIS_ColorInterpolationMode ) As TGIS_ColorInterpolationMode
// Oxygene public function ReadColorInterpolationMode( _name : WideString; _default : TGIS_ColorInterpolationMode ) : TGIS_ColorInterpolationMode;
Name | Type | Description |
---|---|---|
_name | WideString | name of value |
_default | TGIS_ColorInterpolationMode | default value |
Type | Description |
---|---|
TGIS_ColorInterpolationMode | parameter value |