GH_Document.ActiveObjects Method

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()
Public Function ActiveObjects As List(Of IGH_ActiveObject)

Return Value

Type: ListIGH_ActiveObject
See Also