BoxClr Method

Description
Clears the definition of a box (approach check area).

Syntax
Sub BoxClr (BoxNumber As Integer)

Parameters

  • BoxNumber
    An integer expression or number (1 to 15) indicating the approach check area number to clear.

See Also
Box Method, BoxDef Method

BoxClr Example
VB Example:

m_spel.BoxClr(1)  

C# Example:

m_spel.BoxClr(1);