Description
Accesses the distance (along the camera-target line) from the target to the front 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 FrontClipDistance() As double
C#
public double FrontClipDistance;
Conditions
Read / Write