yLine Property

yLine returns the line format object for lines of constant Y in a wireframe. Returns a LineFormat object. This is a read-only property.

Syntax

object.yLine

Example 1

This example demonstrates how to return the style of Y direction lines.

Debug.Print Wireframe.yLine.Style

Example 2

This example demonstrates how to set the color of Y direction lines to blue.

Wireframe.yLine.ForeColorRGBA.Color = srfColorBlue

Used by: Wireframe object