getopenobj() — Silicon Graphics
NAME
getopenobj − indicates if an object is currently open for editing
SPECIFICATION
C
Object getopenobj()
FORTRAN
integer*4 function getope()
Pascal
function getopenobj: Object;
DESCRIPTION
getopenobj returns the number of the current object that is open for editing. If no object is open, it returns -1. getopenobj lets you know if you currently have an object open for editing and also tells you which one it is.
SEE ALSO
IRIS Graphics Programming, Section 8.3, Object Editing
NOTE
This routine is available only in immediate mode.
Version 2.5 — April 22, 1987