newtag(3G) — 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 Programming Guide, Section 8.3, Object Editing
NOTE
This routine is available only in immediate mode.
Version 3.6 — December 20, 1987