Click or drag to resize

PlugInPathFromName Method

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

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.9
Syntax
public static string PathFromName(
	string pluginName
)

Parameters

pluginName
Type: SystemString

[Missing <param name="pluginName"/> documentation for "M:Rhino.PlugIns.PlugIn.PathFromName(System.String)"]

Return Value

Type: String

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

See Also