STK ObjectsSend comments on this topic.
FPA Property (IAgSphericalFPAVertical)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_FPA(
    double vFPA
);
[Java]
public double getFPA();
public void setFPA(
    double
);
[Python - STK API ]
@property
def FPA(self) -> float:

@FPA.setter
def FPA(self, vFPA:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.