Gets or sets the torsion angle for the barrel roll. The angle of the turn from the aircraft's velocity vector.
Read-write property
[Visual Basic .NET] |
---|
Public Property TorsionAngle() As System.Object |
[C#] |
---|
public System.Object TorsionAngle {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_TorsionAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_TorsionAngle( VARIANT * pVal ); public: HRESULT put_TorsionAngle( VARIANT newVal ); |
[Java] |
---|
public AgVariant getTorsionAngle(); public void setTorsionAngle( AgVariant ); |