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


IRasterStretch2.SpecificationHistogram Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterStretch2 Interface > IRasterStretch2.SpecificationHistogram Property
ArcGIS Developer Help

IRasterStretch2.SpecificationHistogram Property

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**

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.

See Also

IRasterStretch2 Interface