This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainFieldStatistics Interface (ArcObjects .NET 10.4 SDK) |
Provides access to TerrainFieldStatistics object.
Description | ||
---|---|---|
Count | The number of elements. | |
FieldName | The field name associated with the statistics. | |
GetUniqueValueCounts | Returns the number of unique values. | |
GetUniqueValuesAsDouble | Returns the unique values. | |
GetUniqueValuesAsLong | Returns the unique values. | |
IsEmpty | Indicates if the object is empty. | |
Maximum | The maximum value. | |
Mean | The mean value. | |
Minimum | The minimum value. | |
NeedsUpdate | Indicates if update is necessary. | |
StandardDeviation | The standard deviation. | |
UniqueValueType | Returns esriTerrainLong for integer-type data (except for unsigned long), and esriTerrainDouble for unsigned long and floating point data. |
CoClasses and Classes | Description |
---|---|
TerrainFieldStatistics | Esri TerrainFieldStatistics object. |