newtag(3) — Silicon Graphics
NAME
newtag − creates a new tag in an object
SPECIFICATION
C
newtag(newtag, oldtag, offset)
Tag newtag, oldtag;
long offset;
FORTRAN
subroutine newtag(newtag, oldtag, offset)
integer*4 newtag, oldtag, offset
Pascal
procedure newtag(newtag, oldtag: Tag; offset: Offset);
DESCRIPTION
newtag creates a new tag offset positions beyond oldtag.
SEE ALSO
maketag IRIS Graphics Programming, Section 8.3, Object Editing
NOTE
This routine is available only in immediate mode.
Version 2.5r1 — October 29, 1986