TGIS_ClassificationAbstract.NumClasses property
Syntax
# Python
@property
def NumClasses(
self
) -> int:
@NumClasses.setter
def NumClasses(
self,
_value: int
) -> None:
Value
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