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