GH_AssemblyPriorityPriorityLoad Method |
This method will be called exactly once before any of the Components in your project are loaded.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public abstract GH_LoadingInstruction PriorityLoad()
Public MustOverride Function PriorityLoad As GH_LoadingInstruction
Return Value
Type:
GH_LoadingInstructionLoading instruction. If you wish to abort the loading of your project,
then return GH_LoadingInstruction.Abort.
See Also