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


IUniqueValues.Max Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IU > IUniqueValues Interface > IUniqueValues.Max Property
ArcGIS Developer Help

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