Gets or sets the airspeed type option in the Maintain Current Airspeed mode.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaintainAirspeedType() As AgEAvtrAirspeedType |
[C#] |
---|
public AgEAvtrAirspeedType MaintainAirspeedType {get; set;} |
[Managed C++] |
---|
public: __property AgEAvtrAirspeedType get_MaintainAirspeedType(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaintainAirspeedType( AgEAvtrAirspeedType * pVal ); public: HRESULT put_MaintainAirspeedType( AgEAvtrAirspeedType newVal ); |
[Java] |
---|
public AgEAvtrAirspeedType getMaintainAirspeedType(); public void setMaintainAirspeedType( AgEAvtrAirspeedType ); |
[Python - STK API ] |
---|
@property def MaintainAirspeedType(self) -> "AgEAvtrAirspeedType": @MaintainAirspeedType.setter def MaintainAirspeedType(self, newVal:"AgEAvtrAirspeedType") -> None: |