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

© 2018 Analytical Graphics, Inc. All Rights Reserved.