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