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


IImageServiceInfo3.Histograms Property (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.Histograms Property
ArcGIS Developer Help

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