Visual Signal ExternalBase Class Library Documentation
GetInputCoord Method (input, dim)
VisualSignalVSignal.ExternalBaseTExternalBaseGetInputCoord(Int32, Int32)
API version 1.2.2.0

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

Protected function "GetInputCoord", provided to the user DLL to obtain the input coordinates.
Declaration Syntax
C#Visual BasicVisual C++
protected Object[] GetInputCoord(
	int input,
	int dim
)
Protected Function GetInputCoord ( _
	input As Integer, _
	dim As Integer _
) As Object()
protected:
array<Object^>^ GetInputCoord(
	int input, 
	int dim
)
Parameters
input (Int32)
Specifies the zero-based input data index.
dim (Int32)
Specifies the zero-based input coordinate dimension index.
Return Value
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.

Assembly: vsmExternalBase (Module: vsmExternalBase) Version: 1.2.2.0 (1.3.0.0)