TExternalBasegetOutputCoordinates Method Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

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

Exported function "getOutputCoordinates", used by Visual Signal's ExternalDll module to obtain the output data coordinates from the user DLL.

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

public Object[] getOutputCoordinates(
	int dim
)

Parameters

dim
Type: SystemInt32
Specifies the zero-based input data dimension index.

Return Value

Type: Object
Returns the array containing the input data coordinates corresponding to the specified input data dimension.

Implements

IExternalDllgetOutputCoordinates(Int32)
See Also

Reference