Click or drag to resize

PlugInIdFromFileName Method

Attempt to get a plugiin id from just the filename of a plug-in

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Guid IdFromFileName(
	string filename
)

Parameters

filename
Type: SystemString
plug-in filename

Return Value

Type: Guid
id on success; Guid.Empty if no plug-in could be found
See Also