| Visual Basic | |
|---|---|
Function ProgressStep( _ ByVal eType As EdmProgressType, _ ByVal bsText As System.String, _ ByVal lProgressPos As System.Integer _ ) As System.Boolean | |
| C# | |
|---|---|
System.bool ProgressStep( EdmProgressType eType, System.string bsText, System.int lProgressPos ) | |
| C++/CLI | |
|---|---|
System.bool ProgressStep( & EdmProgressType eType, & System.String^ bsText, & System.int lProgressPos ) | |
Parameters
- eType
- Type of progress bar to advance as defined in EdmProgressType
- bsText
- Message that indicates what the operation is doing
- lProgressPos
- New position in the progress bar
Return Value
True to continue the operation, false to cancel itSee the IEdmUnlockOpCallback examples.
This method or IEdmUnlockOpCallback::ProgressStepEvent is called for each step in an operation that begins with IEdmUnlockOpCallback::ProgressBegin.
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional Version 6.3