DK for ActiveX | TatukGIS_XDK11.ITGIS_ClassificationAbstract.AddClassBreak | Methods | Properties
Adds a new class break.
// C# public void AddClassBreak( double _breakValue );
' VisualBasic Public Sub AddClassBreak( ByVal _breakValue As Double )
// Oxygene public procedure AddClassBreak( _breakValue : Double );
Name | Type | Description |
---|---|---|
_breakValue | double Double | A value of the new class break. |
Class breaks do not need to be added in ascending order. Classifier sorts it.