| Visual Basic | |
|---|---|
Sub ProgressBegin( _ ByVal eType As EdmProgressType, _ ByVal eEvent As EdmUnlockEvent, _ ByVal lSteps As System.Integer _ ) | |
| C# | |
|---|---|
void ProgressBegin( EdmProgressType eType, EdmUnlockEvent eEvent, System.int lSteps ) | |
| C++/CLI | |
|---|---|
void ProgressBegin( & EdmProgressType eType, & EdmUnlockEvent eEvent, & System.int lSteps ) | |
Parameters
- eType
- Type of progress bar to start as defined in EdmProgressType
- eEvent
- Type of operation as defined in EdmUnlockEvent
- lSteps
- Number of steps in the operation (see Remarks)
See the IEdmUnlockOpCallback examples.
IEdmUnlockOpCallback::ProgressStep and IEdmUnlockOpCallback::ProgressStepEvent are each called lStep times. IEdmUnlockOpCallback::ProgressEnd is called when the operation completes.
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional Version 6.3