Click or drag to resize

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

Return Value

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