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