Gets or sets the direction of the turn that the aircraft will make when it lines up over the runway to land.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property FinalTurn() As AgEAvtrNavigatorTurnDir |
| [C#] |
|---|
public AgEAvtrNavigatorTurnDir FinalTurn {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrNavigatorTurnDir get_FinalTurn(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrNavigatorTurnDir getFinalTurn(); public void setFinalTurn( AgEAvtrNavigatorTurnDir ); |
[Python - STK API ] |
|---|
@property def FinalTurn(self) -> "AgEAvtrNavigatorTurnDir": @FinalTurn.setter def FinalTurn(self, inVal:"AgEAvtrNavigatorTurnDir") -> None: |






