Click or drag to resize

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
)

Parameters

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

Return Value

Type: ListIGH_ActiveObject
See Also