xLine Property
xLine returns the line format object for lines of constant X in a wireframe. Returns a LineFormat object. This is a read-only property.
Syntax
object.xLine
Example 1
This example demonstrates how to return the style of X direction lines.
Debug.Print Wireframe.xLine.Style
Example 2
This example demonstrates how to set the color of X direction lines to blue.
Wireframe.xLine.ForeColorRGBA.Color = srfColorBlue
Used by: Wireframe object