This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterStretch2 Interface > IRasterStretch2.SpecificationHistogram Property (ArcObjects .NET 10.5 SDK) |
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
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.