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


IRasterBand.Histogram Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterBand Interface > IRasterBand.Histogram Property
ArcGIS Developer Help

IRasterBand.Histogram Property

The histogram of this raster band.

[Visual Basic .NET]
Public ReadOnly Property Histogram As IRasterHistogram
[C#]
public IRasterHistogram Histogram {get;}
[C++]
HRESULT get_Histogram(
  IRasterHistogram** Histogram
);
[C++]
Parameters
Histogram [out, retval]

Histogram is a parameter of type IRasterHistogram**

Product Availability

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

See Also

IRasterBand Interface