IGH_ActiveObject.DependsOn Method

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
)
Function DependsOn ( 
	PotentialSource As IGH_ActiveObject
) As Boolean

Parameters

PotentialSource
Type: Grasshopper.KernelIGH_ActiveObject

Return Value

Type: Boolean
See Also