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


IDataStatistics.SimpleStats Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDataStatistics Interface > IDataStatistics.SimpleStats Property
ArcGIS Developer Help

IDataStatistics.SimpleStats Property

Indicates whether only simple statistics are generated.

[Visual Basic .NET]
Public Property SimpleStats As Boolean
[C#]
public bool SimpleStats {get; set;}
[C++]
HRESULT get_SimpleStats(
  VARIANT_BOOL simple
);
[C++]
HRESULT put_SimpleStats(
  Boolean* simple
);
[C++]
Parameters
simple [in]

simple is a parameter of type bool simple [out, retval]
simple is a parameter of type bool*

Product Availability

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

See Also

IDataStatistics Interface