RhinoCommon API
StatusBarUpdateProgressMeter Method (Int32, Boolean) |
Sets the current position of Rhino's status bar progress meter.
Namespace: Rhino.UI
Assembly: RhinoCommon (in RhinoCommon.dll)

public static int UpdateProgressMeter( int position, bool absolute )
Public Shared Function UpdateProgressMeter ( position As Integer, absolute As Boolean ) As Integer
Parameters
- position
- Type: SystemInt32
The new value. This can be stated in absolute terms, or relative compared to the current position.The interval bounds are specified when you first show the bar.
- absolute
- Type: SystemBoolean
If true, then the progress meter is moved to position. If false, then the progress meter is moved position from the current position (relative).
Return Value
Type: Int32The previous position if successful.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14