Horizontal (Hor FPA) or vertical (Ver FPA) flight path angle. The angle between the velocity vector and the radius vector (vertical) or the complement of this angle (horizontal). Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property HorizontalFlightPathAngle() As System.Object |
[C#] |
---|
public System.Object HorizontalFlightPathAngle {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_HorizontalFlightPathAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_HorizontalFlightPathAngle( VARIANT * pVal ); public: HRESULT put_HorizontalFlightPathAngle( VARIANT newVal ); |
[Java] |
---|
public AgVariant getHorizontalFlightPathAngle(); public void setHorizontalFlightPathAngle( AgVariant ); |