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
)
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:
Booleantrue if successful, false otherwise.
See Also