PlugIn.PathFromId Method

PlugInPathFromId Method

Gets the path to an installed plug-in given the id of that plug-in

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static string PathFromId(
	Guid pluginId
)
Public Shared Function PathFromId ( 
	pluginId As Guid
) As String

Parameters

pluginId
Type: SystemGuid

[Missing <param name="pluginId"/> documentation for "M:Rhino.PlugIns.PlugIn.PathFromId(System.Guid)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Rhino.PlugIns.PlugIn.PathFromId(System.Guid)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also