Description
Accesses the twist angle (in radians) of the view in the viewport.
The twist angle is a rotation around the view's line of sight (that is, the vector from camera to target, which is always perpendicular to the display, looking from the front of the display toward the back). The zero angle is horizontally to the right (that is, the display coordinate system's positive X axis).
For more information about the view twist angle, see DVIEW in the AutoCAD Command Reference.
Visual Basic
Public Property TwistAngle() As double
C#
public double TwistAngle;
Conditions
Read / Write