This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IG > IGenerateStatistics Interface > IGenerateStatistics.SimpleStats Property (ArcObjects .NET 10.5 SDK) |
Indicates if simple statistics are sufficient. These are Count, Minimum, Maximum, Sum, Mean, Standard Deviation.
[Visual Basic .NET]
Public WriteOnly Property SimpleStats
[C#] public void SimpleStats {set;}
[C++]
HRESULT put_SimpleStats(
VARIANT_BOOL
);
[C++]
Parameters [in] is a parameter of type VARIANT_BOOL
Set SimpleStats to True to obtain statistics using the IStatisticsResults interface, and set SimpleStats to False to obtain statistics using the IFrequencyStatistics interface.