| Visual Basic | |
|---|---|
Function ProgressStepEvent( _ ByVal eType As EdmProgressType, _ ByVal eText As EdmUnlockEventMsg, _ ByVal lProgressPos As System.Integer _ ) As System.Boolean | |
| C# | |
|---|---|
System.bool ProgressStepEvent( EdmProgressType eType, EdmUnlockEventMsg eText, System.int lProgressPos ) | |
| C++/CLI | |
|---|---|
System.bool ProgressStepEvent( & EdmProgressType eType, & EdmUnlockEventMsg eText, & System.int lProgressPos ) | |
Parameters
- eType
- Type of progress bar to advance as defined in EdmProgressType
- eText
- Type of current operation as defined in EdmUnlockEventMsg
- 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::ProgressStep 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