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