XLine Property
The XLine property returns an AutoLine object to control the X line format.
Syntax
object.XLine
object.XLine =XLine
Example
This example shows how to change the color and width of X mesh lines in a 3D surface map.
Map.XLine.foreColor = grfColorRed
Map.XLine.width = 0.03
Used by: AutoMeshObj object