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


ISimpleStatistics.Maximum Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ISimpleStatistics.Maximum Property

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

Product Availability

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

See Also

ISimpleStatistics Interface