delobj(3) — Unix Programmer’s Manual
NAME
delobj - delete an object
SYNOPSIS
C
delobj(obj)
Object obj;
FORTRAN
subroutine delobj(obj)
integer obj
Pascal
procedure delobj(obj: Object);
DESCRIPTION
The delobj command deletes an object. All display list storage associated with an object is freed, and the object name is marked undefined until it is used to create a new object. Attempts to call an object with the deleted name will be ignored. Only if another call is made on makeobj can the name be re-used.
SEE ALSO
makeobj
NOTE
This command can only be used in immediate mode.
Silicon Graphics — R1c