User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_classificationabstract.addclassbreak_double

Table of Contents

TGIS_ClassificationAbstract.AddClassBreak method

DK11 for Python | tatukgis.pdk.TGIS_ClassificationAbstract.AddClassBreak | Methods | Properties

Adds a new class break.

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

Syntax

# Python
def AddClassBreak(
  self
  _breakValue: float
) -> None: 

Parameters

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

Remarks

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

2022/11/21 01:48

Page Tools