AGI STK Astrogator 11 Send comments on this topic.
HorizontalFlightPathAngle Property (IAgVAElementMixedSpherical)
See Also 





Description

Horizontal (Hor FPA) or vertical (Ver FPA) flight path angle. The angle between the inertial velocity vector and the radius vector (vertical) or the complement of this angle (horizontal). Uses Angle Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property VARIANT get_HorizontalFlightPathAngle();
public: __property void set_HorizontalFlightPathAngle(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_HorizontalFlightPathAngle(
VARIANT * pRetVal
);
public: HRESULT put_HorizontalFlightPathAngle(
VARIANT NewHorizontalFlightPathAngle
);

[Java]
public Variant getHorizontalFlightPathAngle();public void setHorizontalFlightPathAngle(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1