This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IExcludedAreaFunctionArguments Interface > IExcludedAreaFunctionArguments.CyanThreshold Property (ArcObjects .NET 10.5 SDK) |
The cyan threshold value.
[Visual Basic .NET] Public Property CyanThreshold As Double
[C#] public double CyanThreshold {get; set;}
[C++]
HRESULT get_CyanThreshold(
double* pValue
);
[C++]
HRESULT put_CyanThreshold(
double pValue
);
[C++]
Parameters pValue [out, retval] pValue is a parameter of type double pValue [in] pValue is a parameter of type double