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