ArcObjects Library Reference (DataSourcesRaster)  

IStatsHistogram3.RasterHistogram Property

The raster histogram.

[Visual Basic .NET]
Public ReadOnly Property RasterHistogram As IRasterHistogram
[C#]
public IRasterHistogram RasterHistogram {get;}
[C++]
HRESULT get_RasterHistogram(
  IRasterHistogram** ppHistogram
);
[C++]

Parameters

ppHistogram [out, retval]

  ppHistogram is a parameter of type IRasterHistogram

Product Availability

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

See Also

IStatsHistogram3 Interface