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++] |
---|
public: HRESULT get_FlightPathOption( AgEAvtrAileronRollFlightPath * pVal ); public: HRESULT put_FlightPathOption( AgEAvtrAileronRollFlightPath newVal ); |
[Java] |
---|
public AgEAvtrAileronRollFlightPath getFlightPathOption(); public void setFlightPathOption( AgEAvtrAileronRollFlightPath ); |
[Python - STK API ] |
---|
@property def FlightPathOption(self) -> "AgEAvtrAileronRollFlightPath": @FlightPathOption.setter def FlightPathOption(self, newVal:"AgEAvtrAileronRollFlightPath") -> None: |