Visual Signal ExternalBase Class Library Documentation
DataArray Property
VisualSignalVSignal.ExternalBaseTExternalBase..::.DllDataDataArray
API version 1.2.2.0

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

Get/Set the real part of the data values in the form of a double[][] array. The outer level represents multiple channels.
Declaration Syntax
C#Visual BasicVisual C++
public double[][] DataArray { get; set; }
Public Property DataArray As Double()()
public:
property array<array<double>^>^ DataArray {
	array<array<double>^>^ get ();
	void set (array<array<double>^>^ value);
}

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