GH_AssemblyPriority Class |
Derive from this class if you wish to perform additional steps before any of your components are loaded.
Any class in your project which inherits from GH_AssemblyPriority and which has an
empty constructor will be instantiated prior to any GH_Component or IGH_DocumentObject classes.
Inheritance Hierarchy
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public abstract class GH_AssemblyPriority
Public MustInherit Class GH_AssemblyPriority
The GH_AssemblyPriority type exposes the following members.
Constructors Methods
| Name | Description |
---|
| PriorityLoad |
This method will be called exactly once before any of the Components in your project are loaded.
|
TopSee Also