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