Click or drag to resize

PlugInPlugInExists Method

Verifies that a Rhino plug-in is installed.

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static bool PlugInExists(
	Guid id,
	out bool loaded,
	out bool loadProtected
)

Parameters

id
Type: SystemGuid
The id of the plug-in.
loaded
Type: SystemBoolean
The loaded state of the plug-in.
loadProtected
Type: SystemBoolean
The load protected state of the plug-in.

Return Value

Type: Boolean
Returns true if the plug-in exists, or is installed.
See Also