Gets or sets the option to define a goal value for the aircraft's pitch angle.
Read-write property
[Visual Basic .NET] |
---|
Public Property ControlPitchAngle() As Boolean |
[C#] |
---|
public bool ControlPitchAngle {get; set;} |
[Managed C++] |
---|
public: __property bool get_ControlPitchAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_ControlPitchAngle( VARIANT_BOOL * pVal ); public: HRESULT put_ControlPitchAngle( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getControlPitchAngle(); public void setControlPitchAngle( bool ); |