RhinoCommon API
PlugInLoadPlugIn Method (String, Guid) |
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
Namespace: Rhino.PlugIns
Assembly: RhinoCommon (in RhinoCommon.dll)

public static LoadPlugInResult LoadPlugIn( string path, out Guid plugInId )
Public Shared Function LoadPlugIn ( path As String, <OutAttribute> ByRef plugInId As Guid ) As LoadPlugInResult
Parameters
- path
- Type: SystemString
full path to plug-in to attempt to load - plugInId
- Type: SystemGuid
If successfull (or the plug-in is already loaded), the unique id for the plug-in is returned here. Guid.Empty on failure
Return Value
Type: LoadPlugInResult[Missing <returns> documentation for "M:Rhino.PlugIns.PlugIn.LoadPlugIn(System.String,System.Guid@)"]

Rhino for Windows
Supported in: 6.8