PlugIn.LoadPlugIn Method (Guid, Boolean, Boolean)

PlugInLoadPlugIn Method (Guid, Boolean, Boolean)

Loads an installed plug-in.

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static bool LoadPlugIn(
	Guid pluginId,
	bool loadQuietly,
	bool forceLoad
)
Public Shared Function LoadPlugIn ( 
	pluginId As Guid,
	loadQuietly As Boolean,
	forceLoad As Boolean
) As Boolean

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.
Version Information

Rhino for Windows

Supported in: 6.8
See Also