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





Windows & Linux

Description

Gets or sets the option to allow MATLAB to compute the true airspeed for the aircraft.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ComputeTASDot() As Boolean
[C#]
public bool ComputeTASDot {get; set;}
[Managed C++]
public: __property bool get_ComputeTASDot();
public: __property void set_ComputeTASDot( bool );
[Unmanaged C++]
public: HRESULT get_ComputeTASDot(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ComputeTASDot(
    VARIANT_BOOL newVal
);
[Java]
public bool getComputeTASDot();
public void setComputeTASDot(
    bool
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.