Click or drag to resize

PlugInLoadPlugIn Method (Guid, Boolean, Boolean)

Loads an installed plug-in.

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static bool LoadPlugIn(
	Guid pluginId,
	bool loadQuietly,
	bool forceLoad
)

Parameters

pluginId
Type: SystemGuid
The id of the installed plug-in.
loadQuietly
Type: SystemBoolean
Load the plug-in quietly.
forceLoad
Type: SystemBoolean
Load plug-in even if previous attempt to load has failed.

Return Value

Type: Boolean
true if successful, false otherwise.
See Also