RenderPlugInOnSetCurrent Method |
This plug-in (has become)/(is no longer) the current render plug-in
Namespace:
Rhino.PlugIns
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxprotected 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 InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also