ArcObjects Library Reference (Carto)  

IImageServiceInfo3.Histograms Property

The histogram of a given band.

[Visual Basic .NET]
Public ReadOnly Property Histograms As IRasterHistograms
[C#]
public IRasterHistograms Histograms {get;}
[C++]
HRESULT get_Histograms(
  IRasterHistograms** ppHistograms
);
[C++]

Parameters

ppHistograms [out, retval]

  ppHistograms is a parameter of type IRasterHistograms

Product Availability

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

See Also

IImageServiceInfo3 Interface