ArcObjects Library Reference (System)  

IStatisticsResults.Maximum Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns the Maximum data values in the BaseStatistics. Use this property when IGenerateStatistics.SimpleStats is set to true.

See Also

IStatisticsResults Interface