Share

Viewport.SnapAngle Property

Description

Accesses the snap angle setting (in radians) for the viewport.

The snap angle is within the UCS XY plane, with zero being the UCS X axis and positive angles going counterclockwise when looking down the UCS Z axis towards the UCS origin.

For more information about snap angle, see SNAPANG in Appendix B (System Variables) of the AutoCAD Command Reference and SNAP in the AutoCAD Command Reference.

Visual Basic

Public Property SnapAngle() As double

C#

public double SnapAngle;

Conditions

Read / Write

Links

Viewport Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?