Used to retrieve a Pointer to the Values of the pin.

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

Syntax

C#
void GetValuePointer(
	out int sliceCount,
	out double* value
)

Parameters

sliceCount
Type: System..::..Int32%
The pins current SliceCount, specifying the number of values accessible via the Pointer.
value
Type: System..::..Double*%
A Pointer to the pins first Value.

See Also