Sets whether this drawing view is linked to the specified BOM table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetKeepLinkedToBOM( _
ByVal Linked As Boolean, _
ByVal Name As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IView
Dim Linked As Boolean
Dim Name As String
Dim value As Boolean
value = instance.SetKeepLinkedToBOM(Linked, Name)
|
C# | |
---|
bool SetKeepLinkedToBOM(
bool Linked,
string Name
) |
C++/CLI | |
---|
bool SetKeepLinkedToBOM(
& bool Linked,
& String^ Name
) |
Parameters
- Linked
- True to set a drawing view to the specified BOM table, false to not
- Name
- Name of the BOM table to which to link this drawing view
Return Value
True if the BOM table is linked to this drawing view, false if not
Remarks
See Also
Availability
SolidWorks 2006 SP2, Revision Number 14.2