This document is archived and information here might be outdated. Recommended version. |
The statistics for histogram specification stretch.
[Visual Basic .NET] Public Property SpecificationHistogram As IArray
[C#] public IArray SpecificationHistogram {get; set;}
[C++]
HRESULT get_SpecificationHistogram(
IArray* pRGBStats
);
[C++]
HRESULT putref_SpecificationHistogram(
IArray** pRGBStats
);
[C++] Parameters pRGBStats [in]
pRGBStats is a parameter of type IArray* pRGBStats [out, retval]
pRGBStats is a parameter of type IArray**
The SpecificationHistogram property specifies histograms. You must set the stretch type (IRasterStretch::StretchType) to be esri_HistogramSpecification in order for the specified histograms to be used.