User Tools

Site Tools


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

Table of Contents

TGIS_ClassificationAbstract.MustCalculateStatistics method

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

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

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

Syntax

// C#
public bool MustCalculateStatistics();
' VisualBasic
Public Function MustCalculateStatistics() As Boolean
// Oxygene
public
  function MustCalculateStatistics : Boolean;

Result

Type Description
bool
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:41

Page Tools