Used to retrieve a reference of an interface offered by the upstream connected node.

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

Syntax

C#
[ObsoleteAttribute("Replaced by GetUpstreamInterface(object UpstreamInterface).")]
void GetUpstreamInterface(
	out INodeIOBase upstreamInterface
)

Parameters

upstreamInterface
Type: VVVV.PluginInterfaces.V1..::..INodeIOBase%
The retrieved interface.

See Also