RemVisText()

Remove a 2D text object from the vis window.

Usage

RemVisText( txtActor )

Parameters

txtActor (object)
The text object which should be removed from the vis window.

Return Value

None

Error

txtActor should be valid and exist.

Description

This routine removes a 2D text object from the vis window. For example,
RemVisText( textAct1 )