TExternalBasesetInputCoordinates Method Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

[This is preliminary documentation and is subject to change.]

Exported function "setInputCoordinates", used by Visual Signal's ExternalDll module to set input coordinates in the user DLL.

Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax

public void setInputCoordinates(
	int input,
	int dim,
	Object[] array
)

Parameters

input
Type: SystemInt32
Specifies the zero-based input data index
dim
Type: SystemInt32
Specifies the zero-based input data dimension index
array
Type: SystemObject
Specifies the array containing the input data coordinates corresponding to the specified input and dimension

Implements

IExternalDllsetInputCoordinates(Int32, Int32, Object)
See Also

Reference