DK11 for .NET | TatukGIS.NDK.TGIS_ClassificationAbstract.MustCalculateStatistics | Methods | Properties
If True, statistics from layer assigned to classification need to be calculated.
// C# public bool MustCalculateStatistics();
' VisualBasic Public Function MustCalculateStatistics() As Boolean
// Oxygene public function MustCalculateStatistics : Boolean;
Type | Description |
---|---|
bool Boolean | 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.