STK AviatorSend comments on this topic.
HelixAngle Property (IAgAvtrBasicManeuverStrategyBarrelRoll)
See Also
Windows





Windows & Linux

Description

Gets or sets the helix angle for the barrel roll. The angle that the aircraft travels around the velocity vector.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property HelixAngle() As System.Object
[C#]
public System.Object HelixAngle {get; set;}
[Managed C++]
public: __property VARIANT get_HelixAngle();
public: __property void set_HelixAngle( VARIANT );
[Unmanaged C++]
public: HRESULT get_HelixAngle(
    VARIANT * pVal
);
public: HRESULT put_HelixAngle(
    VARIANT newVal
);
[Java]
public AgVariant getHelixAngle();
public void setHelixAngle(
    AgVariant
);
[Python - STK API ]
@property
def HelixAngle(self) -> typing.Any:

@HelixAngle.setter
def HelixAngle(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.