Gets or sets the Flight Path Angle type can be Vertical or Horizontal.
Read-write property
[Visual Basic .NET] |
---|
Public Property FPAType() As AgESphericalFPA |
[C#] |
---|
public AgESphericalFPA FPAType {get; set;} |
[Managed C++] |
---|
public: __property AgESphericalFPA get_FPAType(); |
[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: |