xMeshFreq Property
The xMeshFreq property returns or sets the X mesh line frequency on a surface map. Returns an integer.
Syntax
object.xMeshFreq
object. xMeshFreq = Freq
Parameter |
Type |
Description |
Freq |
Integer |
required, set Freq to 0 to turn off the mesh lines |
Example 1
This example shows how to return the X mesh line frequency.
Debug.Print "X mesh line frequency = "; SurfaceMap.xMeshFreq
Example 2
This example shows how to set the X mesh line frequency to two.
SurfaceMap.xMeshFreq= 2
Used by: Surface object