isobj() — Silicon Graphics
NAME
isobj - indicates whether a given object name identifies an object
SPECIFICATION
C
Boolean isobj(obj)
Object obj;
FORTRAN
logical function isobj(obj)
integer*4 obj
Pascal
function isobj(obj: Object): longint;
DESCRIPTION
isobj returns TRUE if obj names an object and FALSE if it does not. It will return TRUE any time after the makeobj call for the object.
SEE ALSO
genobj, istag, makeobj
NOTE
This command can be used only in immediate mode.
Version 2.4 — May 08, 1986