Click or drag to resize

IGH_ActiveObjectDependsOn Method

Solve the inheritance relationship between this object and a potential parental object.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
bool DependsOn(
	IGH_ActiveObject PotentialSource
)

Parameters

PotentialSource
Type: Grasshopper.KernelIGH_ActiveObject

Return Value

Type: Boolean
See Also