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

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

Syntax

C#
string GetNodePath(
	bool useDescriptiveNames
)

Parameters

useDescriptiveNames
Type: System..::..Boolean
If TRUE descriptive node names are used where available instead of the node ID.

Return Value

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

See Also