GH_DocumentClusterInputHooks Method |
Gets a sorted list of all the cluster input hooks.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public GH_ClusterInputHook[] ClusterInputHooks()
Public Function ClusterInputHooks As GH_ClusterInputHook()
Return Value
Type:
GH_ClusterInputHookA list of hooks in the proper order (from top to bottom, left to right).
See Also