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


IStatsHistogram3.QueryHistogramInfo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStatsHistogram3 Interface > IStatsHistogram3.QueryHistogramInfo Method
ArcGIS Developer Help

IStatsHistogram3.QueryHistogramInfo Method

Gets histogram size, resolutiom, and min/max range.

[Visual Basic .NET]
Public Sub QueryHistogramInfo ( _
    ByRef Size As Integer, _
    ByRef Resolution As Double, _
    ByRef minh As Double, _
    ByRef maxh As Double _
)
[C#]
public void QueryHistogramInfo (
    ref int Size,
    ref double Resolution,
    ref double minh,
    ref double maxh
);
[C++]
HRESULT QueryHistogramInfo(
  System.Int32* Size,
  System.Double* Resolution,
  System.Double* minh,
  System.Double* maxh
);
[C++]
Parameters
Size [out]

Size is a parameter of type long* Resolution [out]
Resolution is a parameter of type double* minh [out]
minh is a parameter of type double* maxh [out]
maxh is a parameter of type double*

Product Availability

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

See Also

IStatsHistogram3 Interface