| Visual Basic | |
|---|---|
Function SetProgress( _ ByVal lBarIndex As System.Integer, _ ByVal lPos As System.Integer, _ ByVal bsMsg As System.String _ ) As System.Boolean | |
| C++/CLI | |
|---|---|
System.bool SetProgress( & System.int lBarIndex, & System.int lPos, & System.String^ bsMsg ) | |
Parameters
- lBarIndex
- 0-based index of the progress bar
- lPos
- Current position
- bsMsg
- Message to be displayed
Return Value
True to continue, false to cancelSee the IEdmCallback6 examples.
- S_OK: The method successfully executed.
- <any error code>: The calling method terminated.
SOLIDWORKS PDM Professional Version 6.0