This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStatisticsResults Interface > IStatisticsResults.Maximum Property (ArcObjects .NET 10.4 SDK) |
The maximum value.
[Visual Basic .NET] Public ReadOnly Property Maximum As Double
[C#] public double Maximum {get;}
[C++]
HRESULT get_Maximum(
double* max
);
[C++]
Parameters max [out, retval] max is a parameter of type double
Returns the Maximum data values in the BaseStatistics. Use this property when IGenerateStatistics.SimpleStats is set to true.