PlugIn.NameFromPath Method

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
)
Public Shared Function NameFromPath ( 
	pluginPath As String
) As String

Parameters

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

Return Value

Type: String
The plug-in name.
See Also