The Undercolor Removal Value.
[Visual Basic .NET] Public Function get_UnderColorRemoval ( _ ByVal dataType As esriColorCorrectionDataType _ ) As Short
[Visual Basic .NET] Public Sub set_UnderColorRemoval ( _ ByVal dataType As esriColorCorrectionDataType, _ ByVal val As Short _ )
[C#] public short get_UnderColorRemoval ( esriColorCorrectionDataType dataType );
[C#] public void set_UnderColorRemoval ( esriColorCorrectionDataType dataType, short val );
[C++]
HRESULT get_UnderColorRemoval(
esriColorCorrectionDataType dataType,
short* val
);
[C++]
HRESULT put_UnderColorRemoval(
esriColorCorrectionDataType dataType,
short val
);
[C++]Parameters
dataType [in]dataType is a parameter of type esriColorCorrectionDataType
val [out, retval] val is a parameter of type short dataType [in]dataType is a parameter of type esriColorCorrectionDataType
val [in] val is a parameter of type short
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.