Share

Viewport.FrontAndBackClipping Property

Description

Fills in the parameters with information about the existence and location of front and back display clipping planes. Clipping planes are always perpendicular to the camera target vector. When active, the geometry in front of the front clipping plane or in back of the back clipping plane is not displayed.

Visual Basic

Public abstract Property FrontAndBackClipping() As Autodesk.AutoCAD.GraphicsInterface.FrontAndBackClipping

C#

public abstract Autodesk.AutoCAD.GraphicsInterface.FrontAndBackClipping FrontAndBackClipping;

Conditions

Read-only

Links

Viewport Class, Autodesk.AutoCAD.GraphicsInterface Namespace

Was this information helpful?