User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_classificationabstract.mustcalculatestatistics_void

Table of Contents

TGIS_ClassificationAbstract.MustCalculateStatistics method

Indicates whether statistics for the assigned layer must be calculated.

Syntax

# Python
def MustCalculateStatistics(
  self
) -> bool: 

Result

Type Description
bool True if the layer statistics must be calculated; False otherwise.

Remarks

It is the user's responsibility to calculate or recalculate statistics when needed. This is performed by invoking Layer.Statistics.Calculate.

References

2026/07/10 23:47

Page Tools