| Visual Basic | |
|---|---|
Sub SetProgressPos( _ ByVal lPos As System.Integer _ ) | |
| C# | |
|---|---|
void SetProgressPos( System.int lPos ) | |
| C++/CLI | |
|---|---|
void SetProgressPos( & System.int lPos ) | |
Parameters
- lPos
- Current position in the progress bar
See the IEdmCallback examples.
- S_OK: The method successfully executed.
- E_EDM_CANCELLED_BY_USER: Cancel the operation.
SOLIDWORKS PDM Professional Version 5.2