Gets or sets the option to stop the maneuver if the specified pitch angle is achieved.
Read-write property
[Visual Basic .NET] |
---|
Public Property StopOnPitchAngle() As Boolean |
[C#] |
---|
public bool StopOnPitchAngle {get; set;} |
[Managed C++] |
---|
public: __property bool get_StopOnPitchAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_StopOnPitchAngle( VARIANT_BOOL * pVal ); public: HRESULT put_StopOnPitchAngle( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getStopOnPitchAngle(); public void setStopOnPitchAngle( bool ); |