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

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