ArcObjects Library Reference (DataSourcesRaster)  

IHistogramSpecification.TargetHistogram Property

The collection of target histograms that describe the desired distribution of output values. These are the histograms to which each input histogram is matched.

[Visual Basic .NET]
Public Property TargetHistogram As IArray
[C#]
public IArray TargetHistogram {get; set;}
[C++]
HRESULT get_TargetHistogram(
  IArray** ppTargetHistograms
);
[C++]
HRESULT putref_TargetHistogram(
  IArray* ppTargetHistograms
);
[C++]

Parameters

ppTargetHistograms [out, retval]

  ppTargetHistograms is a parameter of type IArray

ppTargetHistograms [in]

  ppTargetHistograms is a parameter of type IArray

Product Availability

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

See Also

IHistogramSpecification Interface