Returns the pins name as seen by the given parent node. 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#
string NameByParent(
	INode2 parentNode
)

Parameters

parentNode
Type: VVVV.PluginInterfaces.V2.Graph..::..INode2
The node for which to ask the pinname from.

Return Value

The pins name.

See Also