BoxDef Method

Description
Returns whether Box has been defined or not.

Syntax
Function BoxDef (BoxNumber As Integer) As Boolean

Parameters

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

Return Value
True if the specified box is defined, False if not.

See Also
Box Method, BoxClr Method

BoxDef Example
VB Example:

x = m_spel.BoxDef(1)  

C# Example:

x = m_spel.BoxDef(1);