This document is archived and information here might be outdated.  Recommended version.


INestedLegendItem.ShowOutlines Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INestedLegendItem Interface > INestedLegendItem.ShowOutlines Property
ArcGIS Developer Help

INestedLegendItem.ShowOutlines Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INestedLegendItem Interface