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


BaseStatistics Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Classes > B > BaseStatistics Class
ArcGIS Developer Help

BaseStatisticsClass Class

Base statistics class for generating and reporting statistics.

Product Availability

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

Description

The BaseStatistics class provides facilities to store and retrieve statistics for a set of numeric values.

BaseStatistics is normally used with the DataStatistics object (defined in esriGeodatabase) in order to return statistics on tabular data. However, a BaseStatistics object can also be cocreated directly to generate statistics for any set of data values.

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IFrequencyStatistics Provides access to members used for reporting frequency statistics.
IGenerateStatistics Provides access to members used for generating statistics.
IStatisticsResults Provides access to members used for reporting statistics.