GH_Document.UnselectedObjects Method

GH_DocumentUnselectedObjects Method

Returns all unselected objects in the document

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

Return Value

Type: ListIGH_DocumentObject
See Also