ann_id
|
IN:
|
Annotation identifier returned by ANselect, ANcreate or ANcreatef
|
ann_tag
|
OUT:
|
Tag of the annotation
|
obj_ref
|
OUT:
|
Reference number of the annotation
|
Purpose
|
Returns the tag/reference number pair of the specified annotation.
|
Return value
|
Returns SUCCEED (or 0) if successful or FAIL (or -1) otherwise.
|
FORTRAN
|
integer function afidtagref(ann_id, ann_tag, obj_ref)
|
|
integer ann_id, ann_tag, obj_ref
|