This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IH > IHistogramSpecification Interface > IHistogramSpecification.InputHistogram Property (ArcObjects .NET 10.5 SDK) |
The collection of histograms that describe the distribution of input values.
[Visual Basic .NET] Public Property InputHistogram As IArray
[C#] public IArray InputHistogram {get; set;}
[C++]
HRESULT get_InputHistogram(
IArray** ppInputHistograms
);
[C++]
HRESULT putref_InputHistogram(
IArray* ppInputHistograms
);
[C++]
Parameters ppInputHistograms [out, retval]
ppInputHistograms is a parameter of type IArray ppInputHistograms [in]
ppInputHistograms is a parameter of type IArray