User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_classificationabstract.numclasses

Table of Contents

TGIS_ClassificationAbstract.NumClasses property

Number of classes; default is 5, maximum is 30.

Syntax

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

Value

Type
int

Remarks

This property is ignored for the DefinedInterval, Quartile, and StandardDeviation methods. The value of the NumClasses property is recalculated automatically whenever the Interval, Method, or Target property changes.

References

2026/07/10 23:47

Page Tools