Description
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.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property InertialHorizontalFPA() As System.Object
|
[C#] |
---|
public System.Object InertialHorizontalFPA {get; set;}
|
[Managed C++] |
---|
public: __property VARIANT get_InertialHorizontalFPA(); public: __property void set_InertialHorizontalFPA(
VARIANT
);
|
[Unmanaged C++] |
---|
public: HRESULT get_InertialHorizontalFPA(
VARIANT * pVal
);
public: HRESULT put_InertialHorizontalFPA(
VARIANT newVal
);
|
[Java] |
---|
public AgVariant getInertialHorizontalFPA();
public void setInertialHorizontalFPA(
AgVariant
);
|
[Python - STK API] |
---|
@property
def InertialHorizontalFPA(self) -> typing.Any:
@InertialHorizontalFPA.setter
def InertialHorizontalFPA(self, newVal:typing.Any) -> None:
|
See Also