STK AviatorSend comments on this topic.
DelayEnrouteClimbDescents Property (IAgAvtrEnrouteAndDelayOptions)
See Also
Windows





Windows & Linux

Description

Opt whether to delay the enroute climb or descent.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DelayEnrouteClimbDescents() As Boolean
[C#]
public bool DelayEnrouteClimbDescents {get; set;}
[Managed C++]
public: __property bool get_DelayEnrouteClimbDescents();
public: __property void set_DelayEnrouteClimbDescents( bool );
[Unmanaged C++]
public: HRESULT get_DelayEnrouteClimbDescents(
    VARIANT_BOOL * pVal
);
public: HRESULT put_DelayEnrouteClimbDescents(
    VARIANT_BOOL newVal
);
[Java]
public bool getDelayEnrouteClimbDescents();
public void setDelayEnrouteClimbDescents(
    bool
);
[Python - STK API ]
@property
def DelayEnrouteClimbDescents(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.