STK AviatorSend comments on this topic.
FlightMode Property (IAgAvtrProcedureVGTPoint)
See Also
Windows





Windows & Linux

Description

Gets or sets the type of performance model that the aircraft will use to fly the maneuver.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FlightMode() As AgEAvtrPhaseOfFlight
[C#]
public AgEAvtrPhaseOfFlight FlightMode {get; set;}
[Managed C++]
public: __property AgEAvtrPhaseOfFlight get_FlightMode();
public: __property void set_FlightMode( AgEAvtrPhaseOfFlight );
[Unmanaged C++]
public: HRESULT get_FlightMode(
    AgEAvtrPhaseOfFlight * pVal
);
public: HRESULT put_FlightMode(
    AgEAvtrPhaseOfFlight newVal
);
[Java]
public AgEAvtrPhaseOfFlight getFlightMode();
public void setFlightMode(
    AgEAvtrPhaseOfFlight
);
[Python - STK API ]
@property
def FlightMode(self) -> "AgEAvtrPhaseOfFlight":

@FlightMode.setter
def FlightMode(self, newVal:"AgEAvtrPhaseOfFlight") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.