Click or drag to resize

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()

Return Value

Type: GH_LoadingInstruction
Loading instruction. If you wish to abort the loading of your project, then return GH_LoadingInstruction.Abort.
See Also