This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INestedLegendItem Interface > INestedLegendItem.ShowOutlines Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL ShowOutlines
);
[C++]
Parameters ShowOutlines [out, retval] ShowOutlines is a parameter of type VARIANT_BOOL ShowOutlines [in] ShowOutlines is a parameter of type VARIANT_BOOL