NhlDraw (draw)

This procedure is used to call the HLU draw function (NhlDraw) on NCL data that are arrays of HLU View instances. Two names are provided for this NCL procedure: the formal name is NhlDraw, and the abbreviated name is draw. (See NhlDraw.)


Synopsis

	procedure NhlDraw(
		view : graphic
	)
	
	or

	procedure draw(
		view : graphic
	)

Arguments

view
An array of HLU View instances of any dimensionality.

Description

The NhlDraw procedure calls the HLU function NhlDraw for each element of the array view. If any of the ids referenced by the parameter hlu_obj are invalid, an HLU error message will be displayed. HLUs are created using the create language construct.

Reference Manual Control Panel

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


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