This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRepresentationRenderer Interface > IRepresentationRenderer.InvisibleColor Property (ArcObjects .NET 10.4 SDK) |
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
InvisibleColor is the color used by the renderer to draw invisible feature representations.