Visual Signal ExternalBase Class Library Documentation
Coordinates Property
VisualSignalVSignal.ExternalBaseTExternalBase..::.DllDataCoordinates
API version 1.2.2.0

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

Get/Set the coordinate values in the form of a object[][] array for "Indexed" coordinate Formats. This property is not used for "Regular" format. The outer level represents multiple dimensions.
Declaration Syntax
C#Visual BasicVisual C++
public Object[][] Coordinates { get; set; }
Public Property Coordinates As Object()()
public:
property array<array<Object^>^>^ Coordinates {
	array<array<Object^>^>^ get ();
	void set (array<array<Object^>^>^ value);
}

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