PlaneClr Method

Description
Clears (undefines) a Plane.

Syntax
Sub PlaneClr (PlaneNumber As Integer)

Parameters

  • PlaneNumber
    An integer indicating which of the 15 approach check planes to clear (1 to 15).

See Also
Plane Method, PlaneDef Method

PlaneClr Example
VB Example:

m_spel.PlaneClr(1)  

C# Example:

m_spel.PlaneClr(1);