STK AviatorSend comments on this topic.
FinalTurn Property (IAgAvtrLandingEnterDownwindPattern)
See Also
Windows





Windows & Linux

Description

Gets or sets the direction of the turn that the aircraft will make when it lines up over the runway to land.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FinalTurn() As AgEAvtrNavigatorTurnDir
[C#]
public AgEAvtrNavigatorTurnDir FinalTurn {get; set;}
[Managed C++]
public: __property AgEAvtrNavigatorTurnDir get_FinalTurn();
public: __property void set_FinalTurn( AgEAvtrNavigatorTurnDir );
[Unmanaged C++]
public: HRESULT get_FinalTurn(
    AgEAvtrNavigatorTurnDir * pRetVal
);
public: HRESULT put_FinalTurn(
    AgEAvtrNavigatorTurnDir inVal
);
[Java]
public AgEAvtrNavigatorTurnDir getFinalTurn();
public void setFinalTurn(
    AgEAvtrNavigatorTurnDir
);
[Python - STK API ]
@property
def FinalTurn(self) -> "AgEAvtrNavigatorTurnDir":

@FinalTurn.setter
def FinalTurn(self, inVal:"AgEAvtrNavigatorTurnDir") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.