DsPrintObj(3D) — Stardent Computer Inc. (\*(Dd)
NAME
DsPrintObj − Print information about an object
SYNOPSIS
C:
void DsPrintObj(object)
DtObject object;
Fortran:
CALL DSPO(OBJECT)
INTEGER∗4 OBJECT
DESCRIPTION
DsPrintObj prints information about the object specified by parameter object. The object may be any object, including groups. Each object has its own method for printing information about itself.
ERRORS
DsPrintObj will fail if the object is deleted or non-existent.
[WARNING - invalid or deleted object]
September 29, 2021