This document is archived and information here might be outdated.  Recommended version.


IStatisticsResults.Maximum Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStatisticsResults Interface > IStatisticsResults.Maximum Property
ArcGIS Developer Help

IStatisticsResults.Maximum Property

The maximum value.

[Visual Basic .NET]
Public ReadOnly Property Maximum As Double
[C#]
public double Maximum {get;}
[C++]
HRESULT get_Maximum(
  System.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