This document is archived and information here might be outdated.  Recommended version.


IGenerateStatistics.SimpleStats Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IG > IGenerateStatistics Interface > IGenerateStatistics.SimpleStats Property
ArcGIS Developer Help

IGenerateStatistics.SimpleStats Property

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 bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Set SimpleStats to True to obtain statistics using the IStatisticsResults interface, and set SimpleStats to False to obtain statistics using the IFrequencyStatistics interface.

See Also

IGenerateStatistics Interface