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


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

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