Sets the minimum and maximum values in the progress bar.
Syntax
Visual Basic (Declaration) | |
---|
Sub SetProgressRange( _
ByVal lMin As System.Integer, _
ByVal lMax As System.Integer _
) |
C# | |
---|
void SetProgressRange(
System.int lMin,
System.int lMax
) |
C++/CLI | |
---|
void SetProgressRange(
& System.int lMin,
& System.int lMax
) |
Parameters
- lMin
- Minimum value in the progress bar
- lMax
- Maximum value in the progress bar
Example
Remarks
See Also
Availability
SolidWorks Enterprise PDM Version 5.2