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


IUniqueValues.Max Property (ArcObjects .NET 10.5 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(
  long* 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