User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_classificationabstract.addclassbreak_double

Table of Contents

ITGIS_ClassificationAbstract.AddClassBreak method

DK for ActiveX | TatukGIS_XDK11.ITGIS_ClassificationAbstract.AddClassBreak | Methods | Properties

Adds a new class break.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public void AddClassBreak(
  double _breakValue
);
' VisualBasic
Public Sub AddClassBreak(
  ByVal _breakValue As Double
)
// Oxygene
public
  procedure AddClassBreak(
    _breakValue : Double
  );

Parameters

Name Type Description
_breakValue double
Double
A value of the new class break.

Remarks

Class breaks do not need to be added in ascending order. Classifier sorts it.

2025/01/31 01:03

Page Tools