STK ObjectsSend comments on this topic.
FPAType Property (IAgOrbitStateSpherical)
See Also
Windows





Windows & Linux

Description

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

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.