Gets histogram min and max range.
[Visual Basic .NET] Public Sub QueryHistogramMinmax ( _ ByRef Min As Double, _ ByRef Max As Double _ )
[C#] public void QueryHistogramMinmax ( ref double Min, ref double Max );
[C++]
HRESULT QueryHistogramMinmax(
double* Min,
double* Max
);
[C++]Parameters
Min [out] Min is a parameter of type double Max [out] Max is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.