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


IHistogramSpecification.InputHistogram Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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 [out, retval]
ppInputHistograms is a parameter of type IArray ppInputHistograms [in]
ppInputHistograms is a parameter of type IArray

Product Availability

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

See Also

IHistogramSpecification Interface