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