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


IThresholdFunctionArguments.Histograms Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > IThresholdFunctionArguments Interface > IThresholdFunctionArguments.Histograms Property
ArcGIS Developer Help

IThresholdFunctionArguments.Histograms Property

The raster band histograms.

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IThresholdFunctionArguments Interface