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
)
Public Shared Function PlugInExists (
id As Guid,
<OutAttribute> ByRef loaded As Boolean,
<OutAttribute> ByRef loadProtected As Boolean
) As Boolean
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:
BooleanReturns true if the plug-in exists, or is installed.
See Also