API version 1.5.2
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
[This is preliminary documentation and is subject to change.]
Interface for exported function "setInputCoordinates",
used by Visual Signal's ExternalDll module to set input coordinates in the user DLL.
Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax
Parameters
- input
- Type: SystemInt32
Specifies the zero-based input data index. - dim
- Type: SystemInt32
Specifies the zero-based input data dimension index. - array
- Type: SystemObject
Specifies the array containing the input data coordinates corresponding to the specified input and dimension.
See Also