Finds the plug-in instance that was loaded from a given plug-in Id.
Namespace:
Rhino.PlugIns
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static PlugIn Find(
Guid plugInId
)
Public Shared Function Find (
plugInId As Guid
) As PlugIn
Parameters
- plugInId
- Type: SystemGuid
The plug-in Id.
Return Value
Type:
PlugInThe plug-in instance if successful. Otherwise, null.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also