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