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


IHistogramSpecification.InputHistogram Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IH > IHistogramSpecification Interface > IHistogramSpecification.InputHistogram Property
ArcGIS Developer Help

IHistogramSpecification.InputHistogram Property

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 [in]

ppInputHistograms is a parameter of type IArray* ppInputHistograms [out, retval]
ppInputHistograms is a parameter of type IArray**

Product Availability

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

See Also

IHistogramSpecification Interface