XStep Property
The XStep property returns or sets the X Step value of the mesh. Returns a Long.
Syntax
object.XStep
object.XStep = XStep
Parameter | Type | Description |
XStep | Long | required |
Example
This example shows how to set the X step value for a surface map mesh object.
SurfMesh.XStep = 2
Used by: AutoMeshObj object