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


IImageServiceInfo3.GetHistogram Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IImageServiceInfo3.GetHistogram Method

Get the histogram of a given band.

[Visual Basic .NET]
Public Function GetHistogram ( _
    ByVal iBand As Integer _
) As IRasterHistogram
[C#]
public IRasterHistogram GetHistogram (
    int iBand
);
[C++]
HRESULT GetHistogram(
  long iBand,
  IRasterHistogram** ppHistogram
);
[C++]

Parameters iBand [in] iBand is a parameter of type long ppHistogram [out, retval]
ppHistogram is a parameter of type IRasterHistogram

Product Availability

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

See Also

IImageServiceInfo3 Interface