Click or drag to resize

PlugInNameFromPath Method

Gets a plug-in name for an installed plug-in given the path to that plug-in.

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static string NameFromPath(
	string pluginPath
)

Parameters

pluginPath
Type: SystemString
The path of the plug-in.

Return Value

Type: String
The plug-in name.
See Also