This document is archived and information here might be outdated. Recommended version. |
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.