NhlClearWorkstation (clear)

This procedure is used to clear one or more workstations. (See NhlClearWorkstation.) Two names are provided for this NCL procedure: the formal name is NhlClearWorkstation, and the abbreviated name is clear.


Synopsis

	procedure NhlClearWorkstation( 
		workstations:graphic
	)
	
	or

	procedure clear(
                workstations:graphic
        )


Arguments

workstations
An array of one or more references to HLU Workstation instances.

Description

Each element of the workstations parameter is cleared. If any of the workstations pause on the clear procedure, they must have a button click or key click in them before the actual clearing occurs. The NCL functions NhlFrame and NhlUpdateWorkstation are related to this call. See their descriptions for more information.

Reference Manual Control Panel

NG4.1 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?


$Revision: 1.8 $ $Date: 1998/06/15 21:28:32 $