Description
The option to display the output from the MATLAB function.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property DisplayOutput() As Boolean
|
| [C#] |
|---|
public bool DisplayOutput {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_DisplayOutput(); public: __property void set_DisplayOutput(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_DisplayOutput(
VARIANT_BOOL * pVal
);
public: HRESULT put_DisplayOutput(
VARIANT_BOOL newVal
);
|
| [Java] |
|---|
public bool getDisplayOutput();
public void setDisplayOutput(
bool
);
|
See Also