This document is archived and information here might be outdated. Recommended version. |
Indicates if only the marker outlines are drawn.
[Visual Basic .NET] Public Property ShowOutlines As Boolean
[C#] public bool ShowOutlines {get; set;}
[C++]
HRESULT get_ShowOutlines(
VARIANT_BOOL ShowOutlines
);
[C++]
HRESULT put_ShowOutlines(
Boolean* ShowOutlines
);
[C++]
Parameters ShowOutlines [in]
ShowOutlines is a parameter of type bool ShowOutlines [out, retval]
ShowOutlines is a parameter of type bool*