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