GH_Document.SelectedObjects Method

GH_DocumentSelectedObjects Method

Returns all selected objects in the document

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

Return Value

Type: ListIGH_DocumentObject
See Also