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