RhinoCommon API
PlugInIdFromPath Method |
Gets the id of an installed plug-in giving the plug-in's file path.
Namespace: Rhino.PlugIns
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public static Guid IdFromPath( string pluginPath )
Public Shared Function IdFromPath ( pluginPath As String ) As Guid
Parameters
- pluginPath
- Type: SystemString
The path to the installed plug-in.
Return Value
Type: GuidThe id if successful.
