DK for Python | tatukgis_pdk.TGIS_ClassificationAbstract.ColorRampName | Methods | Properties
The name of the built-in color ramp that is used to assign colors for class breaks; empty by default. If not provided, ColorRamp property will be used.
# Python @property def ColorRampName( self ) -> str: @ColorRampName.setter def ColorRampName( self, _value: str ) -> None:
Type |
---|
str |
This property is sufficient in most cases. Use ColorRamp property only for specialised color ramps.