| Visual Basic | |
|---|---|
Sub CheckIn( _ ByVal bsComment As System.String _ ) | |
| C# | |
|---|---|
void CheckIn( System.string bsComment ) | |
| C++/CLI | |
|---|---|
void CheckIn( & System.String^ bsComment ) | |
Parameters
- bsComment
- Comment to add to the history of this BOM
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2009