AGI STK Objects 11Send comments on this topic.
FPAType Property (IAgOrbitStateSpherical)
See Also
Windows






Windows & Linux

Description

The Flight Path Angle type can be Vertical or Horizontal.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FPAType() As AgESphericalFPA
[C#]
public AgESphericalFPA FPAType {get; set;}
[Managed C++]
public: __property AgESphericalFPA get_FPAType();
public: __property void set_FPAType( AgESphericalFPA );
[Unmanaged C++]
public: HRESULT get_FPAType(
    AgESphericalFPA * pVal
);
public: HRESULT put_FPAType(
    AgESphericalFPA vFPA
);
[Java]
public AgESphericalFPA getFPAType();
public void setFPAType(
    AgESphericalFPA
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.