Used to retrieve a Pointer to the Values of the pin, which can be used to write large number of values more efficiently.
Note though, that when writing Values to the Pointer the pins dimensions and overall SliceCount have to be taken care of manually.
Namespace: VVVV.PluginInterfaces.V1Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
C# |
---|
void GetValuePointer( out double* value ) |
Parameters
- value
- Type: System..::..Double*%
A Pointer to the pins first Value.