ArcObjects Library Reference (DataSourcesRaster)  

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