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