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


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

ITerrainFieldStatistics Interface

Provides access to TerrainFieldStatistics object.

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 FieldName The field name associated with the statistics.
Method GetUniqueValueCounts Returns the number of unique values.
Method GetUniqueValuesAsDouble Returns the unique values.
Method GetUniqueValuesAsLong Returns the unique values.
Read-only property IsEmpty Indicates if the object is empty.
Read-only property Maximum The maximum value.
Read-only property Mean The mean value.
Read-only property Minimum The minimum value.
Read-only property NeedsUpdate Indicates if update is necessary.
Read-only property StandardDeviation The standard deviation.
Read-only property UniqueValueType Returns esriTerrainLong for integer-type data (except for unsigned long), and esriTerrainDouble for unsigned long and floating point data.

Classes that implement ITerrainFieldStatistics

Classes Description
TerrainFieldStatistics Esri TerrainFieldStatistics object.