Enables or disables Rhino's a Rhino plug-in. Note, changes make to a plug-in's enabled status will not take effect until you restart Rhino.
Rhino.EnablePlugIn (strPlugIn [, blnEnable])
strPlugIn |
Required. String. The name or identifier of an existing plug-in. |
blnEnable |
Optional. Boolean. The enabled status. |
Boolean |
If bEnable is not specified, then the plug-in enabled status. |
Boolean |
If bEnable is specified, then the previous plug-in enabled status. |
Rhino.Print Rhino.EnablePlugIn("RhinoCrasher", False)