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


IStatisticsHistogramFunctionArguments.Histograms Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IStatisticsHistogramFunctionArguments.Histograms Property

The array of band histograms.

[Visual Basic .NET]
Public Property Histograms As IRasterHistogramArray
[C#]
public IRasterHistogramArray Histograms {get; set;}
[C++]
HRESULT get_Histograms(
  IRasterHistogramArray** ppHistograms
);
[C++]
HRESULT putref_Histograms(
  IRasterHistogramArray* ppHistograms
);
[C++]

Parameters ppHistograms [out, retval]
ppHistograms is a parameter of type IRasterHistogramArray ppHistograms [in]
ppHistograms is a parameter of type IRasterHistogramArray

Product Availability

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

See Also

IStatisticsHistogramFunctionArguments Interface