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


IStatsHistogram3.RasterHistogram Property (ArcObjects .NET 10.4 SDK)
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