getopenobj() — Silicon Graphics Beta Release
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 object currently open for editing. If no object is open, it returns -1. It is useful for writing routines that create objects, but may be called while another object is open for editing.
NOTE
This command can be used only in immediate mode.
Version 2.3 — July 04, 1985