TLClr Method

Description
Clears (undefines) a tool coordinate system.

Syntax
Sub TLClr (ToolNumber As Integer)

Parameters

  • ToolNumber
    An integer indicating which of the tool coordinates to clear (undefine). (Tool 0 is the default tool and cannot be cleared.)

See Also
Tool Method, TLDef Method

TLClr Example
VB Example:

m_spel. TLClr(1)  

C# Example:

m_spel. TLClr(1);