Click or drag to resize

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

Return Value

Type: GH_ClusterOutputHook
A list of hooks in the proper order (from top to bottom, left to right).
See Also