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


IStatsHistogram3.QueryHistogramInfo Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  long* Size,
  double* Resolution,
  double* minh,
  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