DK11 for Python | tatukgis.pdk.TGIS_ClassificationAbstract.ClassBreaks | Methods | Properties
Computed class breaks. Available after completing the classification.
# Python def ClassBreaks( self _index: int ) -> Variant:
Name | Type | Description |
---|---|---|
_index | int | position in the list; from 0 to NumClasses |
Type |
---|
Variant |
Number of generated class breaks equals NumClasses + 1, so when using 'for' loops, iterate in range from 0 to NumClasses: