Applies the changes made to the design table to the model.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function UpdateTable( _
ByVal Type As System.Integer, _
ByVal Close As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDesignTable
Dim Type As System.Integer
Dim Close As System.Boolean
Dim value As System.Boolean
value = instance.UpdateTable(Type, Close) |
C# | |
---|
System.bool UpdateTable(
System.int Type,
System.bool Close
) |
C++/CLI | |
---|
System.bool UpdateTable(
& System.int Type,
& System.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