DK11 for Delphi | GisClassification.TGIS_ClassificationAbstract.MustCalculateStatistics | Methods | Properties
If True, statistics from layer assigned to classification need to be calculated.
// Delphi public function MustCalculateStatistics : Boolean;
// C++ Builder public: bool MustCalculateStatistics(void);
Type | Description |
---|---|
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.