Description:

Verifies that a Rhino plug-in is installed.

Syntax:
public static bool PlugInExists(
Guid id,
out bool loaded,
out bool loadProtected
)
Parameters:
  • id
  • Type: System.Guid
  • The id of the plug-in.
  • loaded
  • Type: bool
  • The loaded state of the plug-in.
  • loadProtected
  • Type: bool
  • The load protected state of the plug-in.
Returns:
Type: bool
Returns True if the plug-in exists, or is installed.
Available since:
5.0

PlugInExists method

Class:  Rhino.PlugIns.PlugIn

Nothing found