Description
Assesses if snap mode is currently turned on in the viewport, otherwise false is returned.
See SNAP in the AutoCAD Command Reference for more information on snap.
Visual Basic
Public Property SnapOn() As bool
C#
public bool SnapOn;
Conditions
Read / Write