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


ISimpleStatistics Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IS > ISimpleStatistics Interface
ArcGIS Developer Help

ISimpleStatistics Interface

Provides access to Statistics.

Product Availability

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

Members

Name Description
Read-only property Count The number of elements.
Read-only property DataType Returns data type (defined by VARIANT::vt)
Read-only property Maximum The maximum value.
Read-only property Mean The mean value.
Read-only property Minimum The minimum value.
Read-only property StandardDeviation The standard deviation.

Classes that implement ISimpleStatistics

Classes Description
LasAttributeStatistics Esri LasAttributeStatistics object.