Share

Viewport.BackClipOn Property

Description

Assesses if the back clipping plane is currently turned on in the viewport, otherwise false is returned.

See DVIEW in the AutoCAD Command Reference for more information on clipping planes.

Visual Basic

Public Property BackClipOn() As bool

C#

public bool BackClipOn;

Conditions

Read / Write

Links

Viewport Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?