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


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

IStatsHistogram.Histogram Property

The histogram values of the statistics.

[Visual Basic .NET]
Public Property Histogram As Object
[C#]
public object Histogram {get; set;}
[C++]
HRESULT get_Histogram(
  Variant* Histogram
);
[C++]
HRESULT put_Histogram(
  VARIANT Histogram
);
[C++]
Parameters
Histogram [out, retval]

Histogram is a parameter of type VARIANT* Histogram [in]
Histogram is a parameter of type VARIANT

Product Availability

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

Remarks

This method returns a single dimensional array of value of size 256. Each value in the array is the normalized count of pixels in the specific bin.

The pixel values in the raster, if they are beyond 0-255, will be binned (or reclassfied) to 0-255.

See Also

IStatsHistogram Interface