This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStretchFunctionArguments Interface > IStretchFunctionArguments.Histograms Property (ArcObjects .NET 10.4 SDK) |
The custom raster stretch histogram.
[Visual Basic .NET] Public Property Histograms As IArray
[C#] public IArray Histograms {get; set;}
[C++]
HRESULT get_Histograms(
IArray** ppHistograms
);
[C++]
HRESULT putref_Histograms(
IArray* ppHistograms
);
[C++]
Parameters ppHistograms [out, retval]
ppHistograms is a parameter of type IArray ppHistograms [in]
ppHistograms is a parameter of type IArray