GH_DocumentFindAllDownstreamObjects Method (ListIGH_ActiveObject, GH_DocumentGH_ActiveObjectFilter) |
Find all objects that depend in some way on the Source collection
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic List<IGH_ActiveObject> FindAllDownstreamObjects(
List<IGH_ActiveObject> from,
GH_DocumentGH_ActiveObjectFilter filter
)
Public Function FindAllDownstreamObjects (
from As List(Of IGH_ActiveObject),
filter As GH_DocumentGH_ActiveObjectFilter
) As List(Of IGH_ActiveObject)
Parameters
- from
- Type: System.Collections.GenericListIGH_ActiveObject
Objects to start searching from. - filter
- Type: Grasshopper.KernelGH_DocumentGH_ActiveObjectFilter
The inclusion delegate
Return Value
Type:
ListIGH_ActiveObject
See Also