User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_classificationabstract.addclassbreak_double

Table of Contents

TGIS_ClassificationAbstract.AddClassBreak method

DK11 for .NET | TatukGIS.NDK.TGIS_ClassificationAbstract.AddClassBreak | Methods | Properties

Adds a new class break.

Available also on: Delphi | Java | ActiveX | 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.

2022/11/16 01:27

Page Tools