DK for ActiveX | TatukGIS_XDK11.ITGIS_ClassificationAbstract.ClassBreaks | Methods | Properties
Computed class breaks. Available after completing the classification.
// C# public Variant ClassBreaks[_index int] { get {} }
' VisualBasic Public Property ClassBreaks(ByVal _index As Integer] As Variant Get End Get End Property
// Oxygene public property ClassBreaks[ _index : Integer ] : Variant read;
Name | Type | Description |
---|---|---|
_index | int Integer | 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: