Gets whether this symbol is attached.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsAttached() As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IWeldSymbol
Dim value As System.Boolean
value = instance.IsAttached() |
C# | |
---|
System.bool IsAttached() |
C++/CLI | |
---|
System.bool IsAttached(); |
Return Value
True if the weld symbol is attached with a leaderline, false if not
Example
See Also