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