STK AviatorSend comments on this topic.
SetFlightPathAngle Method (IAgAvtrAircraftAdvClimbModel)
See Also
Angle
Windows





Windows & Linux

Description

Enable the flight path angle limit an set the flight path angle value.

Syntax

[Visual Basic .NET]
Public Sub SetFlightPathAngle( _
    ByVal Angle As System.Object _
)
[C#]
public void SetFlightPathAngle(
    System.Object Angle
);
[Managed C++]
public: void SetFlightPathAngle(
    VARIANT Angle
);
[Unmanaged C++]
public: HRESULT SetFlightPathAngle(
    VARIANT Angle
);
[Java]
public void setFlightPathAngle(
    AgVariant Angle
);
[Python - STK API ]
def SetFlightPathAngle(self, Angle:typing.Any) -> None:

Parameters

Angle

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.