VCls Method

Description
Clears vision graphics.

Syntax
Sub VCls ()

Remarks
Use the VCls method to clear the vision screen.

See Also
VRun Method

VCls Example
VB Example:

m_spel.VCls()  

C# Example:

m_spel.VCls();