User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_classificationabstract.colorramp

Table of Contents

TGIS_ClassificationAbstract.ColorRamp property

The color ramp that is used to assign colors for class breaks; not assigned by default. If not provided, StartColor and EndColor will be used.

Syntax

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

Value

Remarks

This class is responsible for managing the assigned object, you don't have to release it.

ColorRampName property is sufficient in most cases. Use this property only for specialised color ramps.

References

2026/07/03 01:03

Page Tools