| Visual Basic | |
|---|---|
Sub ProgressBegin( _ ByVal eType As EdmProgressType, _ ByVal lSteps As System.Integer _ ) | |
| C# | |
|---|---|
void ProgressBegin( EdmProgressType eType, System.int lSteps ) | |
| C++/CLI | |
|---|---|
void ProgressBegin( & EdmProgressType eType, & System.int lSteps ) | |
Parameters
- eType
- Type of progress bar as defined in EdmProgressType
- lSteps
- Number of times that IEdmGetOpCallback::ProgressStep is to be called
Implement this method to display a progress bar. After this method is called, SOLIDWORKS PDM Professional calls IEdmGetOpCallback::ProgressStep lSteps times.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 6.3