Gets the id of an installed plug-in giving the plug-in's name.
Namespace:
Rhino.PlugIns
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.5
Syntax public static Guid IdFromName(
string pluginName
)
Public Shared Function IdFromName (
pluginName As String
) As Guid
Parameters
- pluginName
- Type: SystemString
The name of the installed plug-in.
Return Value
Type:
GuidThe id if successful.
See Also