STK AviatorSend comments on this topic.
DelayArcClimbDescents Property (IAgAvtrArcAltitudeAndDelayOptions)
See Also
Windows





Windows & Linux

Description

Delay the climb/descend such that the stop arc altitude will be achieved by the end of the procedure.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DelayArcClimbDescents() As Boolean
[C#]
public bool DelayArcClimbDescents {get; set;}
[Managed C++]
public: __property bool get_DelayArcClimbDescents();
public: __property void set_DelayArcClimbDescents( bool );
[Unmanaged C++]
public: HRESULT get_DelayArcClimbDescents(
    VARIANT_BOOL * pVal
);
public: HRESULT put_DelayArcClimbDescents(
    VARIANT_BOOL newVal
);
[Java]
public bool getDelayArcClimbDescents();
public void setDelayArcClimbDescents(
    bool
);
[Python - STK API ]
@property
def DelayArcClimbDescents(self) -> bool:

@DelayArcClimbDescents.setter
def DelayArcClimbDescents(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.