RenderWindow.SetProgress Method

RenderWindowSetProgress Method

Accepts a rendering progress value to inform the user of the rendering advances.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void SetProgress(
	string text,
	float progress
)
Public Sub SetProgress ( 
	text As String,
	progress As Single
)

Parameters

text
Type: SystemString
The progress text.
progress
Type: SystemSingle
A progress value in the domain [0.0f; 1.0f].
Version Information

Rhino for Windows

Supported in: 6.14
See Also