Click or drag to resize

PlugInFind Method (Guid)

Finds the plug-in instance that was loaded from a given plug-in Id.

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.5
Syntax
public static PlugIn Find(
	Guid plugInId
)

Parameters

plugInId
Type: SystemGuid
The plug-in Id.

Return Value

Type: PlugIn
The plug-in instance if successful. Otherwise, null.
See Also