STK AviatorSend comments on this topic.
StopOnRollAngle Property (IAgAvtrBasicManeuverStrategySmoothAccel)
See Also
Windows





Windows & Linux

Description

Gets or sets the option to stop the maneuver if the specified roll angle is achieved.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StopOnRollAngle() As Boolean
[C#]
public bool StopOnRollAngle {get; set;}
[Managed C++]
public: __property bool get_StopOnRollAngle();
public: __property void set_StopOnRollAngle( bool );
[Unmanaged C++]
public: HRESULT get_StopOnRollAngle(
    VARIANT_BOOL * pVal
);
public: HRESULT put_StopOnRollAngle(
    VARIANT_BOOL newVal
);
[Java]
public bool getStopOnRollAngle();
public void setStopOnRollAngle(
    bool
);
[Python - STK API ]
@property
def StopOnRollAngle(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.