This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStatisticsHistogramFunctionArguments Interface > IStatisticsHistogramFunctionArguments.Histograms Property (ArcObjects .NET 10.4 SDK) |
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