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