Gets or sets the flight path option.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property FlightPathOption() As AgEAvtrAileronRollFlightPath |
| [C#] |
|---|
public AgEAvtrAileronRollFlightPath FlightPathOption {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrAileronRollFlightPath get_FlightPathOption(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrAileronRollFlightPath getFlightPathOption(); public void setFlightPathOption( AgEAvtrAileronRollFlightPath ); |
[Python - STK API ] |
|---|
@property def FlightPathOption(self) -> "AgEAvtrAileronRollFlightPath": @FlightPathOption.setter def FlightPathOption(self, newVal:"AgEAvtrAileronRollFlightPath") -> None: |






