API version 1.5.2
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Returns the input coordinates as an object[] array. The actual type of the coordinate values can be double-precision values, System.DateTime values, or strings.
[This is preliminary documentation and is subject to change.]
Protected function "GetInputCoords", provided to the user DLL to obtain the input
coordinates.
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 coordinate dimension index.
Return Value
Type: ObjectReturns the input coordinates as an object[] array. The actual type of the coordinate values can be double-precision values, System.DateTime values, or strings.
See Also