Gets or sets the option to allow MATLAB to compute the true airspeed for the aircraft.
Read-write property
[Visual Basic .NET] |
---|
Public Property ComputeTASDot() As Boolean |
[C#] |
---|
public bool ComputeTASDot {get; set;} |
[Managed C++] |
---|
public: __property bool get_ComputeTASDot(); |
[Unmanaged C++] |
---|
public: HRESULT get_ComputeTASDot( VARIANT_BOOL * pVal ); public: HRESULT put_ComputeTASDot( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getComputeTASDot(); public void setComputeTASDot( bool ); |