This document is archived and information here might be outdated. Recommended version. |
Returns the statistics of the specified Terrain blob field.
[Visual Basic .NET] Public Function GetFieldStatistics ( _ ByVal FieldName As String _ ) As ITerrainFieldStatistics
[C#] public ITerrainFieldStatistics GetFieldStatistics ( string FieldName );
[C++]
HRESULT GetFieldStatistics(
BSTR FieldName
);
[C++] Parameters FieldName [in]
FieldName is a parameter of type BSTR
Returns statistics for an attribute in a feature class that's embedded in a terrain dataset.
FieldName indicates which field to return statistics for. A NULL is returned if the field doesn't exist. An empty object is returned if statistics have yet to be calculated for the field. Test for that case using ITerrainFieldStatistics.IsEmpty.