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





Windows & Linux

Description

Gets or sets the option to define a goal value for the aircraft's roll angle.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ControlRollAngle() As Boolean
[C#]
public bool ControlRollAngle {get; set;}
[Managed C++]
public: __property bool get_ControlRollAngle();
public: __property void set_ControlRollAngle( bool );
[Unmanaged C++]
public: HRESULT get_ControlRollAngle(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ControlRollAngle(
    VARIANT_BOOL newVal
);
[Java]
public bool getControlRollAngle();
public void setControlRollAngle(
    bool
);
[Python - STK API ]
@property
def ControlRollAngle(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.