Queries minimum and maximum pixel values.
[Visual Basic .NET] Public Sub QueryMinMax ( _ ByRef Min As Integer, _ ByRef Max As Integer _ )
[C#] public void QueryMinMax ( ref int Min, ref int Max );
[C++]
HRESULT QueryMinMax(
long* Min,
long* Max
);
[C++]Parameters
Min [out] Min is a parameter of type long Max [out] Max is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.