DK11 for Python | tatukgis.pdk.TGIS_Config.WriteColorRamp | Constructors | Methods | Properties
Write color ramp parameter given by _name. If Parameter do not exist or are invalid, then _default value will be used.
# Python def WriteColorRamp( self _name: str _ramp: tatukgis.pdk.TGIS_ColorMapArray _default: tatukgis.pdk.TGIS_ColorMapArray ) -> None:
Name | Type | Description |
---|---|---|
_name | str | name of the parameter |
_ramp | tatukgis.pdk.TGIS_ColorMapArray | value of the parameter |
_default | tatukgis.pdk.TGIS_ColorMapArray | default value of the parameter |