API version 1.2.2.0 [This is preliminary documentation and is subject to change.]
Protected function "SetOutputCoords", provided to the user DLL to set the output
coordinates.

Declaration Syntax
protected void SetOutputCoords(
int dim,
Object[] coords
)
Protected Sub SetOutputCoords ( _
dim As Integer, _
coords As Object() _
)
protected:
void SetOutputCoords(
int dim,
array<Object^>^ coords
)

Parameters
- dim (Int32)
- Specifies the zero-based input coordinate dimension index.
- coords (array<
Object
>[]()[])
- The output 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)