LimZ Method

Description
Sets the default value of the Z axis height for JUMP commands.

Syntax
Sub LimZ (ZLimit As Single)

Parameters

  • ZLimit
    A coordinate value within the movable range of the Z axis.

See Also
Jump Method

LimZ Example
VB Example:

saveLimZ = m_spel.GetLimZ()  
m_spel.LimZ(-22)  

C# Example:

saveLimZ = m_spel.GetLimZ();  
m_spel.LimZ(-22);