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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1