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


IUniqueValues.Max Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IUniqueValues.Max Property

The maximum of values.

[Visual Basic .NET]
Public ReadOnly Property Max As Integer
[C#]
public int Max {get;}
[C++]
HRESULT get_Max(
  System.Int32* Max
);
[C++]

Parameters Max [out, retval]
Max is a parameter of type long*

Product Availability

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

See Also

IUniqueValues Interface