DvInqUpdateType(3D) — Kubota Pacfic Computer Inc. (\*(Dd)
NAME
DvInqUpdateType − Return the update type of a view
SYNOPSIS
C:
DtUpdateType DvInqUpdateType(view)
DtObject view;
FORTRAN:
INTEGER∗4 DVQUT(VIEW)
INTEGER∗4 VIEW
DESCRIPTION
DvInqUpdateType returns the update type of the view specified by the parameter view. The possible update types are:
DcUpdateAll <DCUALL>
All objects, including cameras, lights, and display objects will be updated. This mode should be used if the cameras and lights have been modified since the last update of this view.
DcUpdateDisplay <DCUDIS>
This mode causes only display objects to be updated. Camera and light information is the same as on previous updates.
ERRORS
DvInqUpdateType will fail if the view handle is invalid; the returned value is undefined.
[WARNING - invalid view handle]
SEE ALSO
September 02, 1992