Vertical Flight Path Angle: the angle between the inertial velocity vector and the radius vector. Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property FPA() As Double |
[C#] |
---|
public double FPA {get; set;} |
[Managed C++] |
---|
public: __property double get_FPA(); |
[Unmanaged C++] |
---|
public: HRESULT get_FPA( double * pVal ); public: HRESULT put_FPA( double vFPA ); |
[Java] |
---|
public double getFPA(); public void setFPA( double ); |