NhlFrame (frame)

This procedure updates and then clears the HLU workstations that are passed to it as parameters. (See NhlFrame.) Two names are provided for this NCL procedure: the formal name is NhlFrame, and the abbreviated name is frame.


Synopsis

	procedure NhlFrame(
		work : graphic
	)

	or 

	procedure frame (
		work : graphic
	)

Arguments

work
An array of HLU Workstation instances of any dimensionality.

Description

NhlFrame updates and then clears the Workstation instances passed to it as elements of the array work. If the parameter references HLU objects that are not Workstation instances, HLU library errors will be generated. The frame procedure calls the HLU function NhlFrame.

Reference Manual Control Panel

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


$Revision: 1.7 $ $Date: 1998/06/15 21:28:37 $