| Visual Basic | |
|---|---|
Function Commit( _ ByVal bsSaveAsBomName As System.String, _ ByRef pbsErrorMessage As System.String, _ ByRef plFocusNodeID As System.Integer _ ) As System.Integer | |
| C# | |
|---|---|
System.int Commit( System.string bsSaveAsBomName, out System.string pbsErrorMessage, out System.int plFocusNodeID ) | |
| C++/CLI | |
|---|---|
System.int Commit( & System.String^ bsSaveAsBomName, & [Out] System.String^ pbsErrorMessage, & [Out] System.int plFocusNodeID ) | |
Parameters
- bsSaveAsBomName
- Name of new BOM in which to save the BOM content; empty string to save changes to an existing BOM
- pbsErrorMessage
- Error message
- plFocusNodeID
- ID of node to which to set focus
Return Value
Return codes- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2009