DK11 for Delphi | GisClassification.TGIS_ClassificationAbstract.ClassBreaks | Methods | Properties
Computed class breaks. Available after completing the classification.
// Delphi public property ClassBreaks[ const _index : Integer ] : Variant read;
// C++ Builder public: __property Variant* ClassBreaks = {read};
Name | Type | Description |
---|---|---|
_index | 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: