Returns the Pins parent node that lies in the give patch. This makes sense for pins of modules which have two parents: the IOBox and the Module.

Namespace: VVVV.PluginInterfaces.V2.Graph
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
INode2 ParentNodeByPatch(
	INode2 patch
)

Parameters

patch
Type: VVVV.PluginInterfaces.V2.Graph..::..INode2
The given patch.

Return Value

The pins parent in the given patch.

See Also