Opens the given file.

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

Syntax

C#
void Open(
	string file,
	bool inActivePatch,
	IWindow window
)

Parameters

file
Type: System..::..String
The file to open by vvvv.
inActivePatch
Type: System..::..Boolean
Whether it should be openend in the active patch or in the root patch.
window
Type: VVVV.PluginInterfaces.V2..::..IWindow
If the created node has a GUI it will tabbed with this window.

See Also