xMeshLine Property
The xMeshLine property returns a LineFormat object for surface mesh lines. This is a read-only property.
Syntax
object.xMeshLine
Example 1
This example demonstrates how to return the X mesh line properties.
Debug.Print "X mesh line color = "; SurfaceMap.xMeshLine.ForeColorRGBA.Color
Example 2
This example demonstrates how to change the X mesh line color.
SurfaceMap.xMeshLine.ForeColorRGBA.Color = srfColorMagenta
Used by: Surface object