Sets the characteristics of the leader for this symbol.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IGtol
Dim Leader As Boolean
Dim LeaderSide As Integer
Dim BentLeader As Boolean
Dim AllAround As Boolean
instance.SetLeader(Leader, LeaderSide, BentLeader, AllAround)
|
Parameters
- Leader
True enables a leader on this symbol, false disables it
- LeaderSide
Leader attachment information as defined in swLeaderSide_e
- BentLeader
True enables a bent leader on this symbol, false disables it
- AllAround
True enables the all around symbol on the leader, false disables it
Remarks
See Also