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