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


IHistogramSpecification.TargetHistogram 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.TargetHistogram Property
ArcGIS Developer Help

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

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

Product Availability

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

See Also

IHistogramSpecification Interface