ArcObjects Library Reference (DataSourcesRaster)  

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