Click or drag to resize

RenderPlugInRegisterRenderTabs Method

Override this method and call RegisterTab(PlugIn, Type, Guid, String, Icon) to add custom tabs to the render output window

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void RegisterRenderTabs(
	RenderTabs tabs
)

Parameters

tabs
Type: Rhino.RenderRenderTabs

[Missing <param name="tabs"/> documentation for "M:Rhino.PlugIns.RenderPlugIn.RegisterRenderTabs(Rhino.Render.RenderTabs)"]

See Also