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


IDataStatistics.SimpleStats Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

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