ArcObjects Library Reference (DefenseSolutions)  

IMoleLeaderElement.LeaderVisible Property

Indicates if the toggles the visibility of the leader line.

[Visual Basic .NET]
Public Property LeaderVisible As Boolean
[C#]
public bool LeaderVisible {get; set;}
[C++]
HRESULT get_LeaderVisible(
  VARIANT_BOOL* Visible
);
[C++]
HRESULT put_LeaderVisible(
  VARIANT_BOOL Visible
);
[C++]

Parameters

Visible [out, retval]   Visible is a parameter of type VARIANT_BOOL Visible [in]   Visible is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMoleLeaderElement Interface