User Tools

Site Tools


api:dk11:delphi:gisclassification.tgis_classificationabstract.mustcalculatestatistics_void

Table of Contents

TGIS_ClassificationAbstract.MustCalculateStatistics method

DK11 for Delphi | GisClassification.TGIS_ClassificationAbstract.MustCalculateStatistics | Methods | Properties

If True, statistics from layer assigned to classification need to be calculated.

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

Syntax

// Delphi
public
  function MustCalculateStatistics : Boolean;
// C++ Builder
public:
  bool MustCalculateStatistics(void);

Result

Type Description
Boolean True if layer's statistics need to be calculated; False otherwise.

Remarks

It is the user responsibility to (re)calculate statistics. This is performed simply by invoking Layer.Statistics.Calculate method.

References

2023/02/24 20:31

Page Tools