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.TargetHistogram Property (ArcObjects .NET 10.5 SDK) |
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