Gets or sets the flight path angle for the specify wind frame flight path angle mode.
Read-write property
[Visual Basic .NET] |
---|
Public Property FPA() As System.Object |
[C#] |
---|
public System.Object FPA {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_FPA(); |
[Unmanaged C++] |
---|
public: HRESULT get_FPA( VARIANT * pVal ); public: HRESULT put_FPA( VARIANT newVal ); |
[Java] |
---|
public AgVariant getFPA(); public void setFPA( AgVariant ); |