yMeshFreq Property
The yMeshFreq property returns or sets the Y mesh line frequency in surface maps. Returns an integer.
Syntax
object.yMeshFreq
object. yMeshFreq = 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 Y mesh line frequency.
Debug.Print "Y mesh line frequency = "; SurfaceMap.yMeshFreq
Example 2
This example shows how to set the Y mesh line frequency to ten.
SurfaceMap.yMeshFreq= 10
Used by: Surface object