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





Windows & Linux

Description

Get the initial pitch angle of the flight path.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.