BottomProjection Property

The BottomProjection property returns or sets the Bottom projection setting. Returns a Boolean.

Syntax

object.BottomProjection

object.BottomProjection = BottomProjection

 

Parameter Type Description
BottomProjection Boolean required, true to draw bottom projection line

 

Example

This example shows how to turn on the projection on the bottom wall for a 3D XYZ plot.

XYZPlot.BottomProjection = True

 

Used by: AutoXYZPlot object