Share

Viewport.SnapIsometric Property

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

Links

Viewport Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?