NhlAddAnnotation

This function is used to add annotations to a plot object as an external annotation. It returns a reference to one or more AnnoManager instances. (See NhlAddAnnotation.)


Synopsis

	function NhlAddAnnotation( 
		plot_id [1] : graphic,
		anno_view_id : graphic
	)

Arguments

plot_id
A reference to an HLU plot object to which the annotation is to be added.
anno_view_id
One or more view objects to be added as an annotation.

Description

This function adds one or more views to a plot as annotations. The return value is a multi-dimensional array containing references to annomanagers created during the call. Each element in anno_view_id is added to the plot_id. The output has the same dimensions as the anno_view_id parameter.

Reference Manual Control Panel

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


$Revision: 1.13 $ $Date: 1998/06/15 21:28:29 $