DgClose(3D) — Kubota Pacfic Computer Inc. (\*(Dd)
NAME
DgClose − Close a group object
SYNOPSIS
C:
DtObject DgClose()
FORTRAN:
INTEGER∗4 DGCS()
DESCRIPTION
DgClose closes the currently open group and returns its object handle. If no group is currently open, then DcNullObject <DCNULL> is returned. Open groups may be nested in Doré. If there are nested open groups, DgClose closes only the most recently opened group (also known as the active group). Only one group is active at any one time. Groups are opened with DgOpen <DGO> or created open using the appropriate arguments to DoGroup <DOG>.
SEE ALSO
DgInqOpen(3D), DgOpen(3D), DoGroup(3D), DoInLineGroup(3D)
September 02, 1992