Applies the changes made to the design table to the model.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function UpdateTable( _
ByVal Type As Integer, _
ByVal Close As Boolean _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDesignTable
Dim Type As Integer
Dim Close As Boolean
Dim value As Boolean
value = instance.UpdateTable(Type, Close)
|
C++/CLI | |
---|
bool UpdateTable(
& int Type,
& bool Close
) |
Parameters
- Type
- Type of update as defined in swDesignTableUpdateOptions_e
- Close
- True to close the design table, false to not
Return Value
True if the changes made to the design table update the model, false if not
Example
Remarks
See Also
Availability
SolidWorks 2004 SP3, Revision Number 12.3