AGI STK Astrogator 11 Send comments on this topic.
InertialHorizontalFPA Property (IAgVABurnoutVelocity)
See Also 





Description

Inertial Horizontal FPA - the inertial horizontal flight path angle. Inertial horizontal flight path angle is the angle from the local horizontal to the inertial velocity vector, positive towards radius. It is also 90 degrees minus vertical flight path angle. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InertialHorizontalFPA() As System.Object

[C#]
public System.Object InertialHorizontalFPA {get; set;}

[Managed C++]
public: __property VARIANT get_InertialHorizontalFPA();
public: __property void set_InertialHorizontalFPA(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_InertialHorizontalFPA(
VARIANT * pRetVal
);
public: HRESULT put_InertialHorizontalFPA(
VARIANT NewInertialHorizontalFPA
);

[Java]
public Variant getInertialHorizontalFPA();public void setInertialHorizontalFPA(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1