TExternalBaseSetOutputCoords Method Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

[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

protected void SetOutputCoords(
	int dim,
	Object[] coords
)

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

Reference