API version 1.5.2
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Returns the array containing the input data coordinates corresponding to the specified input data dimension.
[This is preliminary documentation and is subject to change.]
Exported function "getOutputCoordinates", used by Visual Signal's
ExternalDll module to obtain the output data coordinates from the user DLL.
Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax
Parameters
- dim
- Type: SystemInt32
Specifies the zero-based input data dimension index.
Return Value
Type: ObjectReturns the array containing the input data coordinates corresponding to the specified input data dimension.
Implements
IExternalDllgetOutputCoordinates(Int32)See Also