RhinoCommon API
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

public static Object FromRenderSessionId( PlugIn plugIn, Type tabType, Guid renderSessionId )
Public Shared Function FromRenderSessionId ( plugIn As PlugIn, tabType As Type, renderSessionId As Guid ) As Object
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: ObjectReturns the custom tab object if found; otherwise null is returned.
