Gets histogram size, min and max range.
[Visual Basic .NET] Public Sub QueryHistogramInfo ( _ ByRef Size As Integer, _ ByRef resolution As Double, _ ByRef Min As Double, _ ByRef Max As Double _ )
[C#] public void QueryHistogramInfo ( ref int Size, ref double resolution, ref double Min, ref double Max );
[C++]
HRESULT QueryHistogramInfo(
long* Size,
double* resolution,
double* Min,
double* Max
);
[C++]Parameters
Size [out] Size is a parameter of type long resolution [out] resolution is a parameter of type double 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.