User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_classificationabstract.colorrampname

Table of Contents

TGIS_ClassificationAbstract.ColorRampName property

The name of the built-in color ramp that is used to assign colors for class breaks; directly related with ColorRamp.

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.

2026/05/25 21:51

Page Tools