Grasshopper API
GH_DocumentFindAllDownstreamObjects Method (IGH_ActiveObject, GH_DocumentGH_ActiveObjectFilter) |
Find all objects that depend in some way on the Source.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public List<IGH_ActiveObject> FindAllDownstreamObjects( IGH_ActiveObject from, GH_DocumentGH_ActiveObjectFilter filter )
Public Function FindAllDownstreamObjects ( from As IGH_ActiveObject, filter As GH_DocumentGH_ActiveObjectFilter ) As List(Of IGH_ActiveObject)
Parameters
- from
- Type: Grasshopper.KernelIGH_ActiveObject
Object to start searching from. - filter
- Type: Grasshopper.KernelGH_DocumentGH_ActiveObjectFilter
The inclusion delegate
Return Value
Type: ListIGH_ActiveObject