STK AviatorSend comments on this topic.
FlightPathOption Property (IAgAvtrBasicManeuverStrategyAileronRoll)
See Also
Windows





Windows & Linux

Description

Gets or sets the flight path option.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FlightPathOption() As AgEAvtrAileronRollFlightPath
[C#]
public AgEAvtrAileronRollFlightPath FlightPathOption {get; set;}
[Managed C++]
public: __property AgEAvtrAileronRollFlightPath get_FlightPathOption();
public: __property void set_FlightPathOption( AgEAvtrAileronRollFlightPath );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.