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


IExcludedAreaFunctionArguments.YellowThreshold Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IExcludedAreaFunctionArguments.YellowThreshold Property

The yellow threshold value.

[Visual Basic .NET]
Public Property YellowThreshold As Double
[C#]
public double YellowThreshold {get; set;}
[C++]
HRESULT get_YellowThreshold(
  double* pValue
);
[C++]
HRESULT put_YellowThreshold(
  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