This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainFieldStatistics Interface > ITerrainFieldStatistics.Maximum Property (ArcObjects .NET 10.5 SDK) |
The maximum value.
[Visual Basic .NET] Public ReadOnly Property Maximum As Double
[C#] public double Maximum {get;}
[C++]
HRESULT get_Maximum(
double* pMaximum
);
[C++]
Parameters pMaximum [out, retval] pMaximum is a parameter of type double
The maximum of all observed values for the field.