Click or drag to resize

GH_DocumentInactiveObjects Method

Returns all objects in the document that don't implement the IGH_ActiveObject interface

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

Return Value

Type: ListIGH_ActiveObject
See Also