ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainFieldStatistics Interface

Provides access to TerrainFieldStatistics object.

Product Availability

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

Members

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.

CoClasses that implement ITerrainFieldStatistics

CoClasses and Classes Description
TerrainFieldStatistics Esri TerrainFieldStatistics object.