Click or drag to resize

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
)

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.
See Also