AGI STK Objects 11 Send comments on this topic.
FPA Property (IAgSphericalFPAVertical)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1