Share

Viewport.PerspectiveOn Property

Description

Assesses if the perspective mode is currently turned on in the viewport, otherwise false is returned.

See DVIEW in the AutoCAD Command Reference for more information on perspective mode.

Visual Basic

Public Property PerspectiveOn() As bool

C#

public bool PerspectiveOn;

Conditions

Read / Write

Links

Viewport Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?