Grasshopper API
GH_DocumentDisabledObjects Method |
Returns all disabled objects in the document
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public List<IGH_DocumentObject> DisabledObjects()
Public Function DisabledObjects As List(Of IGH_DocumentObject)
Return Value
Type: ListIGH_DocumentObject