NhlAddAnnotation


This function is used to add an annotation to a plot object as an
external annotation. It returns a reference to an AnnoManager instance.
(See NhlAddAnnotation.)
Synopsis
function NhlAddAnnotation(
plot_id : 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
- The view object to be added as an annotation.
Description
This function adds one or more views to one or more plots 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 each element of plot_id. The output is dimensioned
m x n, where m is the dimension of the plot_id parameter, and n is
the dimension of anno_view_id.
Reference Manual Control Panel
NG4 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?
$Revision: 1.8 $ $Date: 1995/07/26 23:31:56 $