Lydos.Matlab

Engine.Connected Property

The state of the Matlab connection.

[Visual Basic]
Public Property ReadOnly Connected As Boolean
[C#]
public bool Connected { get; }
[C++]
public: __property bool get_Connected();
[JScript]
public function get Connected() : bool

Property Value

True it there is a valid connection to a Matlab engine, otherwise false.

See Also

Engine Class | Lydos.Matlab Namespace