DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ClassificationAbstract.MustCalculateStatistics | Methods | Properties
If True, statistics from layer assigned to classification need to be calculated.
// C# public WordBool MustCalculateStatistics();
' VisualBasic Public Function MustCalculateStatistics() As WordBool
// Oxygene public function MustCalculateStatistics : WordBool;
Type | Description |
---|---|
WordBool | True if layer's statistics need to be calculated; False otherwise. |
It is the user responsibility to (re)calculate statistics. This is performed simply by invoking Layer.Statistics.Calculate method.