ArcObjects Library Reference (Carto)  

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(
  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

Product Availability

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

See Also

INestedLegendItem Interface