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.Minimum Property (ArcObjects .NET 10.5 SDK) |
The minimum value.
[Visual Basic .NET] Public ReadOnly Property Minimum As Double
[C#] public double Minimum {get;}
[C++]
HRESULT get_Minimum(
double* pMinimum
);
[C++]
Parameters pMinimum [out, retval] pMinimum is a parameter of type double
The minimum of all observed values for the field.