Share

Viewport.SnapOn Property

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

Links

Viewport Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?