| Visual Basic | |
|---|---|
Sub Commit( _ ByVal bsComment As System.String, _ ByRef ppoErrors() As EdmRevError _ ) | |
| C# | |
|---|---|
void Commit( System.string bsComment, out EdmRevError[] ppoErrors ) | |
| C++/CLI | |
|---|---|
void Commit( & System.String^ bsComment, & [Out] array<EdmRevError>^ ppoErrors ) | |
Parameters
- bsComment
- Comment to show in the file history of revision increments
- ppoErrors
- Array of EdmRevError structures; one structure for each error that occurred during processing
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional 2007