AsyncRenderContext.StartRenderThread Method

AsyncRenderContextStartRenderThread Method

Start a new render thread with given function.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool StartRenderThread(
	ThreadStart threadStart,
	string threadName
)
Public Function StartRenderThread ( 
	threadStart As ThreadStart,
	threadName As String
) As Boolean

Parameters

threadStart
Type: System.ThreadingThreadStart
Function to start in render thread
threadName
Type: SystemString
Name for the thread

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Render.AsyncRenderContext.StartRenderThread(System.Threading.ThreadStart,System.String)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also