Used to retrieve a 4D 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 GetValue4D(
	int index,
	out double value1,
	out double value2,
	out double value3,
	out double value4
)

Parameters

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

See Also