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.
Read-write property
[Visual Basic .NET] |
---|
Public Property InertialHorizontalFPA() As System.Object |
[C#] |
---|
public System.Object InertialHorizontalFPA {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_InertialHorizontalFPA(); |
[Unmanaged C++] |
---|
public: HRESULT get_InertialHorizontalFPA( VARIANT * pVal ); public: HRESULT put_InertialHorizontalFPA( VARIANT newVal ); |
[Java] |
---|
public AgVariant getInertialHorizontalFPA(); public void setInertialHorizontalFPA( AgVariant ); |