GH_Document.DisabledObjects Method

GH_DocumentDisabledObjects Method

Returns all disabled objects in the document

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public List<IGH_DocumentObject> DisabledObjects()
Public Function DisabledObjects As List(Of IGH_DocumentObject)

Return Value

Type: ListIGH_DocumentObject
See Also