DK for ActiveX | TatukGIS_XDK11.ITGIS_ClassificationAbstract.ForceStatisticsCalculation | Methods | Properties
Forces the calculation of layer statistics; True by default.
// 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;
Type |
---|
bool Boolean |
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 ;