Gets or sets the helix angle for the barrel roll. The angle that the aircraft travels around the velocity vector.
Read-write property
[Visual Basic .NET] |
---|
Public Property HelixAngle() As System.Object |
[C#] |
---|
public System.Object HelixAngle {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_HelixAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_HelixAngle( VARIANT * pVal ); public: HRESULT put_HelixAngle( VARIANT newVal ); |
[Java] |
---|
public AgVariant getHelixAngle(); public void setHelixAngle( AgVariant ); |