Sets the range of the user progress bar and displays it on the status bar.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Start( _
ByVal LowerBound As System.Integer, _
ByVal UpperBound As System.Integer, _
ByVal ProgressBarTitle As System.String _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IUserProgressBar
Dim LowerBound As System.Integer
Dim UpperBound As System.Integer
Dim ProgressBarTitle As System.String
Dim value As System.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