User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_classificationabstract.endcolor

Table of Contents

TGIS_ClassificationAbstract.EndColor property

DK11 for Python | tatukgis.pdk.TGIS_ClassificationAbstract.EndColor | Methods | Properties

Ending color used to generate ramp for class breaks.

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

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

2023/08/09 01:51

Page Tools