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


IImageServiceInfo3.GetHistogram Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServiceInfo3 Interface > IImageServiceInfo3.GetHistogram Method
ArcGIS Developer Help

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
);
[C++]
Parameters
iBand [in]

iBand is a parameter of type long

Product Availability

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

See Also

IImageServiceInfo3 Interface