STK Aviator MATLABSend comments on this topic.
DisplayOutput Property (IAgAvtrStrategyMATLAB3DGuidance)
See Also
Windows





Windows & Linux

Description

Gets or sets 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

© 2024 Analytical Graphics, Inc. All Rights Reserved.