STK ObjectsSend 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 * pVal
);
public: HRESULT put_FPAType(
    AgEMixedSphericalFPA vFPA
);
[Java]
public AgEMixedSphericalFPA getFPAType();
public void setFPAType(
    AgEMixedSphericalFPA
);
[Python - STK API ]
@property
def FPAType(self) -> "AgEMixedSphericalFPA":

@FPAType.setter
def FPAType(self, vFPA:"AgEMixedSphericalFPA") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.