ArcObjects Library Reference (Carto)  

IRepresentationRenderer.InvisibleColor Property

Color used for invisible representations.

[Visual Basic .NET]
Public Property InvisibleColor As IColor
[C#]
public IColor InvisibleColor {get; set;}
[C++]
HRESULT get_InvisibleColor(
  IColor** Color
);
[C++]
HRESULT put_InvisibleColor(
  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.

Description

InvisibleColor is the color used by the renderer to draw invisible feature representations.

See Also

IRepresentationRenderer Interface