Delay the climb/descend such that the stop arc altitude will be achieved by the end of the procedure.
Read-write property
[Visual Basic .NET] |
---|
Public Property DelayArcClimbDescents() As Boolean |
[C#] |
---|
public bool DelayArcClimbDescents {get; set;} |
[Managed C++] |
---|
public: __property bool get_DelayArcClimbDescents(); |
[Unmanaged C++] |
---|
public: HRESULT get_DelayArcClimbDescents( VARIANT_BOOL * pVal ); public: HRESULT put_DelayArcClimbDescents( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getDelayArcClimbDescents(); public void setDelayArcClimbDescents( bool ); |