Gets or sets the Flight Path Angle type can be Vertical or Horizontal.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property FPAType() As AgEMixedSphericalFPA |
| [C#] |
|---|
public AgEMixedSphericalFPA FPAType {get; set;} |
| [Managed C++] |
|---|
public: __property AgEMixedSphericalFPA get_FPAType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEMixedSphericalFPA getFPAType(); public void setFPAType( AgEMixedSphericalFPA ); |
[Python - STK API ] |
|---|
@property def FPAType(self) -> "AgEMixedSphericalFPA": @FPAType.setter def FPAType(self, vFPA:"AgEMixedSphericalFPA") -> None: |






