Grasshopper API
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)

public List<IGH_ActiveObject> InactiveObjects()
Public Function InactiveObjects As List(Of IGH_ActiveObject)
Return Value
Type: ListIGH_ActiveObject