AGI STK Objects 11 Send comments on this topic.
FPAType Property (IAgOrbitStateMixedSpherical)
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 AgEMixedSphericalFPA

[C#]
public AgEMixedSphericalFPA FPAType {get; set;}

[Managed C++]
public: __property AgEMixedSphericalFPA get_FPAType();
public: __property void set_FPAType(
AgEMixedSphericalFPA
);

[Unmanaged C++]
public: HRESULT get_FPAType(
AgEMixedSphericalFPA * pRetVal
);
public: HRESULT put_FPAType(
AgEMixedSphericalFPA NewFPAType
);

[Java]
public AgEMixedSphericalFPA getFPAType();public void setFPAType(
AgEMixedSphericalFPA
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1