GH_Document.InactiveObjects Method

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

Return Value

Type: ListIGH_ActiveObject
See Also