TExternalBaseGetInputCoords Method Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

[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

protected Object[] GetInputCoords(
	int input,
	int dim
)

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: Object
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.
See Also

Reference