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