This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDataExclusion Interface > IRasterDataExclusion.ExcludeColor Property (ArcObjects .NET 10.5 SDK) |
Color for the excluded values.
[Visual Basic .NET] Public Property ExcludeColor As IColor
[C#] public IColor ExcludeColor {get; set;}
[C++]
HRESULT get_ExcludeColor(
IColor** Color
);
[C++]
HRESULT put_ExcludeColor(
IColor* Color
);
[C++]
Parameters Color [out, retval]
Color is a parameter of type IColor Color [in]
Color is a parameter of type IColor
The ExcludeColor property controls the color with which any excluded values will be displayed. The different display for excluded values is black.