Description
Accesses the distance (along the camera-target line) from the target to the back clipping plane. Positive values indicate that the clipping plane is in front of the target (that is, between the target and the camera) whereas negative values indicate the clipping plane is behind the target.
See DVIEW in the AutoCAD Command Reference for more information on clipping planes.
Visual Basic
Public Property BackClipDistance() As double
C#
public double BackClipDistance;
Conditions
Read / Write