DvUpdate(3D) — Kubota Pacfic Computer Inc. (\*(Dd)
NAME
DvUpdate − Redisplay the specified view
SYNOPSIS
C:
void DvUpdate(view)
DtObject view;
FORTRAN:
CALL DVU(VIEW)
INTEGER∗4 VIEW
DESCRIPTION
DvUpdate causes the view, view, to update itself. Depending on the update type (set by DvSetUpdateType <DVSUT>), DvUpdate will update only display objects within the view, or display objects and studio objects within the view.
ERRORS
DvUpdate will fail if the view handle is invalid.
[WARNING - invalid view handle]
DvUpdate will fail if Doré is already performing a traversal of the database.
[WARNING - traversal already in progress]
SEE ALSO
DdUpdate(3D), DfUpdate(3D), DvSetClearFlag(3D), DvSetRendStyle(3D)
September 02, 1992