User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_classificationabstract.forcestatisticscalculation

Table of Contents

ITGIS_ClassificationAbstract.ForceStatisticsCalculation property

DK for ActiveX | TatukGIS_XDK11.ITGIS_ClassificationAbstract.ForceStatisticsCalculation | Methods | Properties

Forces the calculation of layer statistics; True by default.

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

Syntax

// C#
public Boolean ForceStatisticsCalculation
{
  get {}
  set {}
}
' VisualBasic
Public Property ForceStatisticsCalculation As Boolean
  Get
  End Get
  Set(ByVal value As Boolean)
  End Set
End Property
// Oxygene
public
  property ForceStatisticsCalculation : Boolean read read;

Value

Type
bool
Boolean

Remarks

If False, the caller is responsible for the calculation of layer statistics. The following code is usually used:

if classifier.MustCalculateStatistics then layer.Statistics.Calculate ;

2025/01/31 01:03

Page Tools