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


IRasterDataExclusion.ExcludeColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDataExclusion Interface > IRasterDataExclusion.ExcludeColor Property
ArcGIS Developer Help

IRasterDataExclusion.ExcludeColor Property

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 [in]

Color is a parameter of type IColor* Color [out, retval]
Color is a parameter of type IColor**

Product Availability

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

Remarks

The ExcludeColor property controls the color with which any excluded values will be displayed. The different display for excluded values is black.

See Also

IRasterDataExclusion Interface