User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_classificationabstract.endcolor

Table of Contents

TGIS_ClassificationAbstract.EndColor property

Ending color used to generate ramp for class breaks; Black by default.

Syntax

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

Value

Type
TGIS_Color

Remarks

Works only for RenderType values: TGIS_ClassificationRenderType.Color and TGIS_ClassificationRenderType.OutlineColor.

References

2026/05/25 21:51

Page Tools