DoPopAtts(3D) — Stardent Computer Inc. (\*(Dd)
NAME
DoPopAtts − Create an organizational object that pops all attributes
SYNOPSIS
C:
DtObject DoPopAtts()
Fortran:
INTEGER∗4 DOPPA()
DESCRIPTION
DoPopAtts creates an organizational object that pops all attributes. This object restores the local attribute environment that was saved with DoPushAtts <DOPUA>. See DoPushAtts for details on using these functions.
ERRORS
DoPopAtts will generate a warning if it is invoked in a group without a corresponding DoPushAtts <DOPUA>.
This warning is only generated during traversal of the database, not during creation of the object. For example, the warning will not occur when the initial code that creates the object is executed; rather when a display update or other traversal occurs.
[WARNING - cannot pop stack]
SEE ALSO
DoGroup(3D), DoInLineGroup(3D), DoPopMatrix(3D), DoPushAtts(3D), DoPushMatrix(3D)
September 29, 2021