Destroy given node info.

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

Syntax

C#
void DestroyNodeInfo(
	INodeInfo nodeInfo
)

Parameters

nodeInfo
Type: VVVV.PluginInterfaces.V2..::..INodeInfo
The node info to destroy.

See Also