RhinoCommon API
PlugInFind Method (Guid) |
Finds the plug-in instance that was loaded from a given plug-in Id.
Namespace: Rhino.PlugIns
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.5
public 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.