GH_DocumentFilterSelected Method |
Filter a list of objects.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic static List<IGH_DocumentObject> FilterSelected(
List<IGH_DocumentObject> in
)
Public Shared Function FilterSelected (
in As List(Of IGH_DocumentObject)
) As List(Of IGH_DocumentObject)
Parameters
- in
- Type: System.Collections.GenericListIGH_DocumentObject
The object list to filter
Return Value
Type:
ListIGH_DocumentObjectA list containing only the selected objects
Remarks
See Also