Gets or sets the mode to calculate the aircraft's airspeed while descending .
Read-write property
| [Visual Basic .NET] |
|---|
Public Property DescentSpeedType() As AgEAvtrDescentSpeedType |
| [C#] |
|---|
public AgEAvtrDescentSpeedType DescentSpeedType {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrDescentSpeedType get_DescentSpeedType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrDescentSpeedType getDescentSpeedType(); public void setDescentSpeedType( AgEAvtrDescentSpeedType ); |
[Python - STK API ] |
|---|
@property def DescentSpeedType(self) -> "AgEAvtrDescentSpeedType": @DescentSpeedType.setter def DescentSpeedType(self, newVal:"AgEAvtrDescentSpeedType") -> None: |






