Returns an INode2 given a slash-separated string of node IDs that uniquely identifies that node.

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

Syntax

C#
INode2 GetNodeFromPath(
	string nodePath
)

Parameters

nodePath
Type: System..::..String
A slash-separated string of node IDs.

Return Value

[Missing <returns> documentation for "M:VVVV.PluginInterfaces.V2.IHDEHost.GetNodeFromPath(System.String)"]

See Also