RenderPlugIn.OnSetCurrent Method

RenderPlugInOnSetCurrent Method

This plug-in (has become)/(is no longer) the current render plug-in

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void OnSetCurrent(
	bool current
)
Protected Overridable Sub OnSetCurrent ( 
	current As Boolean
)

Parameters

current
Type: SystemBoolean
If true then this plug-in is now the current render plug-in otherwise it is no longer the current render plug-in.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also