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.