GetLimZ Method

Description
Returns the current LimZ setting.

Syntax
Function GetLimZ () As Single

Return Value
Real value containing the LimZ value.

See Also
LimZ Method, Jump Method

GetLimZ Example
VB Example:

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

C# Example:

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