DK11 for Python | tatukgis.pdk.TGIS_ClassificationAbstract.AddClassBreak | Methods | Properties
Adds a new class break.
# Python def AddClassBreak( self _breakValue: float ) -> None:
Name | Type | Description |
---|---|---|
_breakValue | float | A value of the new class break. |
Class breaks do not need to be added in ascending order. Classifier sorts it.