Gets the id of an installed plug-in giving the plug-in's name.
Namespace:
Rhino.PlugIns
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also