Available also on: Delphi | .NET | Java | ActiveX.
Forces calculation of layer statistics; True by default.
# Python @property def ForceStatisticsCalculation( self ) -> bool: @ForceStatisticsCalculation.setter def ForceStatisticsCalculation( self, _value: bool ) -> None:
| Type |
|---|
| bool |
If False, the caller is responsible for calculating layer statistics. The following code is usually used:
classifier.MustCalculateStatistics() layer.Statistics.Calculate()