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 [out, retval]pRGBStats is a parameter of type IArray
pRGBStats [in]pRGBStats is a parameter of type IArray
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
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.