STK AviatorSend comments on this topic.
FlightPathAngle Property (IAgAvtrProcedureFormationRecover)
See Also
Windows





Windows & Linux

Description

Gets or sets the flight path angle at the beginning of the first pause.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FlightPathAngle() As System.Object
[C#]
public System.Object FlightPathAngle {get; set;}
[Managed C++]
public: __property VARIANT get_FlightPathAngle();
public: __property void set_FlightPathAngle( VARIANT );
[Unmanaged C++]
public: HRESULT get_FlightPathAngle(
    VARIANT * pVal
);
public: HRESULT put_FlightPathAngle(
    VARIANT newVal
);
[Java]
public AgVariant getFlightPathAngle();
public void setFlightPathAngle(
    AgVariant
);
[Python - STK API ]
@property
def FlightPathAngle(self) -> typing.Any:

@FlightPathAngle.setter
def FlightPathAngle(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.