PlaneDef Method

Description
Returns whether a plane is defined.

Syntax
Function PlaneDef (PlaneNumber As Integer) As Boolean

Parameters

  • PlaneNumber
    An integer indicating the approach check plane number (1 to 15).

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

See Also
Plane Method, PlaneClr Method

PlaneDef Example
VB Example:

x = m_spel.PlaneDef(1)  

C# Example:

x = m_spel.PlaneDef(1);