Lydos.Matlab

Engine.Visible Property

The visibility of the Matlab command window.

[Visual Basic]
Public Property Visible As Boolean
[C#]
public bool Visible { get; set; }
[C++]
public: __property bool get_Visible();
public: __property void set_Visible(bool );
[JScript]
public function get Visible() : bool
public function set Visible(bool);

Property Value

True to show the window, false to hide it.

Exceptions

Exception TypeCondition
MatlabUnspecifiedExceptionThrown when Matlab returns an error on attempting to get the visibility of the Matlab window.

See Also

Engine Class | Lydos.Matlab Namespace