Gets or sets the commanded flight path angle.
Read-write property
[Visual Basic .NET] |
---|
Public Property CommandFPA() As System.Object |
[C#] |
---|
public System.Object CommandFPA {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_CommandFPA(); |
[Unmanaged C++] |
---|
public: HRESULT get_CommandFPA( VARIANT * pVal ); public: HRESULT put_CommandFPA( VARIANT newVal ); |
[Java] |
---|
public AgVariant getCommandFPA(); public void setCommandFPA( AgVariant ); |