Click or drag to resize

GH_DocumentActiveObjects Method

Returns all normal objects in the document that implement the IGH_ActiveObject interface

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public List<IGH_ActiveObject> ActiveObjects()

Return Value

Type: ListIGH_ActiveObject
See Also