LocalClr Method

Description
Clears a Local defined for the current robot.

Syntax
Sub LocalClr (LocalNumber As Integer)

Parameters

  • LocalNumber
    The number of the coordinate system to clear (undefine) amongst the 15 local coordinate systems (integer between 1 and 15).

See Also
Local Method, LocalDef Method

LocalClr Example
VB Example:

m_spel.LocalClr(1)  

C# Example:

m_spel.LocalClr(1);