Updates the task list progress bar during execution of this task instance.
Syntax
Visual Basic (Declaration) | |
---|
Sub SetProgressPos( _
ByVal lPos As System.Integer, _
ByVal bsDocStr As System.String _
) |
C# | |
---|
void SetProgressPos(
System.int lPos,
System.string bsDocStr
) |
C++/CLI | |
---|
void SetProgressPos(
& System.int lPos,
& System.String^ bsDocStr
) |
Parameters
- lPos
- Current position of the progress bar
- bsDocStr
- Description of what the add-in is currently doing
Example
Remarks
See Also
Availability
SolidWorks Enterprise PDM 2010