DK11 for Delphi | GisConfig.TGIS_Config.ReadColorRamp | Constructors | Fields | Methods | Properties
Read color ramp parameter given by _name. If Parameter do not exist or are invalid then _default value will be used.
// Delphi public function ReadColorRamp( const _name : String; const _default : TGIS_ColorMapArray ) : TGIS_ColorMapArray;
// C++ Builder public: TGIS_ColorMapArray* ReadColorRamp( const UnicodeString _name, TGIS_ColorMapArray* const _default );
Name | Type | Description |
---|---|---|
_name | String | name of the parameter |
_default | TGIS_ColorMapArray | default value of the parameter |
Type | Description |
---|---|
TGIS_ColorMapArray | loaded color ramp |