Used to retrieve a 2D Vector from the pin at the specified slice.

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

Syntax

C#
void GetValue2D(
	int index,
	out double value1,
	out double value2
)

Parameters

index
Type: System..::..Int32
The index of the slice to retrieve the 2D Vector from.
value1
Type: System..::..Double%
The retrieved 1st dimension of the Vector.
value2
Type: System..::..Double%
The retrieved 2nd dimension of the Vector.

See Also