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