Returns a slash-separated path of node IDs that uniquely identifies this node in the vvvv graph.

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

Syntax

C#
void GetNodePath(
	bool UseDescriptiveNames,
	out string Path
)

Parameters

UseDescriptiveNames
Type: System..::..Boolean
If TRUE descriptive node names are used where available instead of the node ID.
Path
Type: System..::..String%
Slash-separated path of node IDs that uniquely identifies this node in the vvvv graph.

See Also