| Visual Basic | |
|---|---|
Sub SetStatusMessage( _ ByVal bsMessage As System.String _ ) | |
| C# | |
|---|---|
void SetStatusMessage( System.string bsMessage ) | |
| C++/CLI | |
|---|---|
void SetStatusMessage( & System.String^ bsMessage ) | |
Parameters
- bsMessage
- Message to display
See the IEdmCallback examples.
- S_OK: The method successfully executed.
- E_EDM_CANCELLED_BY_USER: Cancel the operation.
SOLIDWORKS PDM Professional Version 5.2