Sets the range of the user progress bar and displays it on the status bar.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IUserProgressBar
Dim LowerBound As Integer
Dim UpperBound As Integer
Dim ProgressBarTitle As String
Dim value As Boolean
value = instance.Start(LowerBound, UpperBound, ProgressBarTitle)
|
Parameters
- LowerBound
- Lower bound of range
- UpperBound
- Upper bound of range
- ProgressBarTitle
- Title of user progress bar to show in status bar
Return Value
TRUE if user progress bar starts, FALSE if not
Example
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0