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


IExcludedAreaFunctionArguments.HighHistogramThreshold Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IExcludedAreaFunctionArguments Interface > IExcludedAreaFunctionArguments.HighHistogramThreshold Property
ArcGIS Developer Help

IExcludedAreaFunctionArguments.HighHistogramThreshold Property

The high histogram threshold value.

[Visual Basic .NET]
Public Property HighHistogramThreshold As Double
[C#]
public double HighHistogramThreshold {get; set;}
[C++]
HRESULT get_HighHistogramThreshold(
  System.Double* pValue
);
[C++]
HRESULT put_HighHistogramThreshold(
  double pValue
);
[C++]
Parameters
pValue [out, retval]

pValue is a parameter of type double* pValue [in]
pValue is a parameter of type double

Product Availability

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

See Also

IExcludedAreaFunctionArguments Interface