API version 1.5.2
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
[This is preliminary documentation and is subject to change.]
Protected function "SetOutputCoords", provided to the user DLL to set the output
coordinates.
Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax
Parameters
- dim
- Type: SystemInt32
Specifies the zero-based input coordinate dimension index. - coords
- Type: SystemObject
The output coordinates as an object[] array. The actual type of the coordinate values can be double-precision values, System.DateTime values, or strings.
See Also