ArcObjects Library Reference (Carto)  

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 [out, retval]

  Color is a parameter of type IColor

Color [in]

  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