Gets where the leader attaches to the symbol.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetLeaderSide() As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IGtol
Dim value As Integer
value = instance.GetLeaderSide()
|
C++/CLI | |
---|
int GetLeaderSide(); |
Return Value
Leader attachment information as defined in swLeaderSide_e
Remarks
See Also