Activates the design table within the part or assembly document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Attach() As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDesignTable
Dim value As Boolean
value = instance.Attach()
|
Return Value
True if the design table is successfully activated, false if not
Example
Remarks
See Also