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


IDataStatistics.Statistics Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDataStatistics.Statistics Property

The statistics for the current field over the current cursor.

[Visual Basic .NET]
Public ReadOnly Property Statistics As IStatisticsResults
[C#]
public IStatisticsResults Statistics {get;}
[C++]
HRESULT get_Statistics(
  IStatisticsResults** results
);
[C++]

Parameters results [out, retval]
results is a parameter of type IStatisticsResults

Product Availability

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

See Also

IDataStatistics Interface

.NET Samples

Retrieve a color ramp from the SymbologyControl (Code Files: SymbolForm)