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