Used to write a 2D Vector to 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 SetValue2D(
	int index,
	double value1,
	double value2
)

Parameters

index
Type: System..::..Int32
The index of the slice to write the 2D Vector to.
value1
Type: System..::..Double
The Value to write to the 1st dimension.
value2
Type: System..::..Double
The Value to write to the 2nd dimension.

See Also