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 * pRetVal
);
public: HRESULT put_FPAType(
   AgESphericalFPA NewFPAType
);
[Java]
public AgESphericalFPA getFPAType();public void setFPAType(
   AgESphericalFPA
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.