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


IUniqueValues.Min Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IUniqueValues.Min Property

The minimum of values.

[Visual Basic .NET]
Public ReadOnly Property Min As Integer
[C#]
public int Min {get;}
[C++]
HRESULT get_Min(
  long* Min
);
[C++]

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

Product Availability

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

See Also

IUniqueValues Interface