Share

Viewport.FrontClipOn Property

Description

Assesses the front 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 FrontClipOn() As bool

C#

public bool FrontClipOn;

Conditions

Read / Write

Links

Viewport Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?