This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServiceInfo3 Interface > IImageServiceInfo3.GetHistogram Method (ArcObjects .NET 10.5 SDK) |
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