Description:
Attempt to load a plug-in at a path. Loaded plug-ins are remembered by Rhino between sessions, so this function can also be considered a plug-in installation routine
Syntax:
Parameters:
- path
- Type: string
- full path to plug-in to attempt to load
- plugInId
- Type: System.Guid
- If successful (or the plug-in is already loaded), the unique id for the plug-in is returned here. Guid.Empty on failure
Returns:
Type: LoadPlugInResult
Available since:
6.0
Description:
Loads an installed plug-in.