Click or drag to resize

RenderTabsFromRenderSessionId Method

Get the instance of a render tab associated with a specific render session, this is useful when it is necessary to update a control from a RenderPipeline

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.11
Syntax
public static Object FromRenderSessionId(
	PlugIn plugIn,
	Type tabType,
	Guid renderSessionId
)

Parameters

plugIn
Type: Rhino.PlugInsPlugIn
The plug-in that registered the custom user interface
tabType
Type: SystemType
The type of tab to return
renderSessionId
Type: SystemGuid
The RenderSessionId of a specific render session.

Return Value

Type: Object
Returns the custom tab object if found; otherwise null is returned.
See Also