Selects the given nodes in their patch.

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

Syntax

C#
void SelectNodes(
	INode2[] nodes
)

Parameters

nodes
Type: array<VVVV.PluginInterfaces.V2.Graph..::..INode2>[]()[][]
The nodes to be selected.

See Also