STK AviatorSend comments on this topic.
FlyBallistic Property (IAgAvtrBasicManeuverStrategyAutopilotProf)
See Also
Windows





Windows & Linux

Description

Gets or sets the option to fly a ballistic trajectory when the performance is insufficient.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FlyBallistic() As Boolean
[C#]
public bool FlyBallistic {get; set;}
[Managed C++]
public: __property bool get_FlyBallistic();
public: __property void set_FlyBallistic( bool );
[Unmanaged C++]
public: HRESULT get_FlyBallistic(
    VARIANT_BOOL * pVal
);
public: HRESULT put_FlyBallistic(
    VARIANT_BOOL newVal
);
[Java]
public bool getFlyBallistic();
public void setFlyBallistic(
    bool
);
[Python - STK API ]
@property
def FlyBallistic(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.