User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_classificationabstract.addclassbreak_double

Table of Contents

TGIS_ClassificationAbstract.AddClassBreak method

Adds a new class break.

Syntax

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

Parameters

Name Type Description
_breakValue float Value of the new class break.

Remarks

Class breaks do not need to be added in ascending order. The classifier sorts them.

2026/07/10 23:47

Page Tools