yMeshLine Property

The yMeshLine property returns a LineFormat object for surface mesh lines. This is a read-only property.

Syntax

object.yMeshLine

Example 1

This example demonstrates how to return the Y mesh line properties.

Debug.Print "Y mesh line color = "; SurfaceMap.yMeshLine.ForeColorRGBA.Color

Example 2

This example demonstrates how to change the Y mesh line color.

SurfaceMap.yMeshLine.ForeColorRGBA.Color = srfColorMagenta

Used by: Surface object