Click or drag to resize

PlugInLoadTime Enumeration

Rhino plug-in load time enumeration.

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public enum PlugInLoadTime
Members
  Member nameValueDescription
Disabled0never load plug-in.
AtStartup1Load when Rhino starts.
WhenNeeded2(default) Load the first time a plug-in command used.
WhenNeededIgnoreDockingBars6Load the first time a plug-in command used NOT when restoring docking control bars.
WhenNeededOrOptionsDialog10When a plug-in command is used or the options dialog is shown.
WhenNeededOrTabbedDockBar18When a plug-in command is used or when a tabbed dockbar is loaded.
See Also