ZLine Property

The ZLine property returns an AutoLine object to control the Z line format.

Syntax

object.ZLine

Example

This example shows how to change the color and width of Z mesh lines in a 3D surface map.

Map.ZLine.foreColor = grfColorRed

Map.ZLine.width = 0.03

 

Used by: AutoMeshObj object