NhlDestroy (destroy)

This procedure is used to destroy instances HLU objects from NCL. Two names are provided for this NCL procedure: the formal name is NhlDestroy, and the abbreviated name is destroy. (See NhlDestroy.)


Synopsis

	procedure NhlDestroy( 
		obj:graphic
	)
	
	or

	procedure destroy(
                obj:graphic
        )

Arguments

obj
An array of one or more HLU object instances to be destroyed.

Description

Each element of the obj parameter is destroyed and replaced with the default missing value for HLU objects. Unlike the delete command, NhlDestroy does not delete the variable referencing the objects.

Reference Manual Control Panel

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


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