objinsert(3G) objinsert(3G)
NAME
objinsert - inserts routines in an object at a specified
location
SPECIFICATION
C objinsert(t)
Tag t;
FORTRAN subroutine objins(t)
integer*4 t
DESCRIPTION
objinsert takes tag t as an argument, and positions an
editing pointer on the specified routine. Add the desired
graphics routines after the tag.
Use closeobj or another positioning routine (objdelete,
objinsert, or objreplace) to terminate the insertion.
SEE ALSO
closeobj, objdelete, editobj, objreplace, maketag
Programming Guide, Section 8.3, Object Editing
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)