User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_classificationabstract.colorrampname

Table of Contents

TGIS_ClassificationAbstract.ColorRampName property

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.

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
@property
def ColorRampName(
  self
) -> str: 
 
@ColorRampName.setter
def ColorRampName(
  self,
  _value: str
) -> None: 

Value

Type
str

Remarks

This property is sufficient in most cases. Use ColorRamp property only for specialised color ramps.

2025/01/31 01:19

Page Tools