GH_Document.FindAllDownstreamObjects Method (List(IGH_ActiveObject))

GH_DocumentFindAllDownstreamObjects Method (ListIGH_ActiveObject)

Find all objects that depend in some way on the Source collection

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public List<IGH_ActiveObject> FindAllDownstreamObjects(
	List<IGH_ActiveObject> from
)
Public Function FindAllDownstreamObjects ( 
	from As List(Of IGH_ActiveObject)
) As List(Of IGH_ActiveObject)

Parameters

from
Type: System.Collections.GenericListIGH_ActiveObject
Objects to start searching from.

Return Value

Type: ListIGH_ActiveObject
See Also