GH_Document.EnabledObjects Method

GH_DocumentEnabledObjects Method

Returns all enabled objects in the document

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

Return Value

Type: ListIGH_DocumentObject
See Also