NAME
DtGroupGetName - Get the name of the parent group of the
group specified.
SYNOPSIS
#include <Dt.h>
int DtGroupGetParentName( int shapeID, int groupID, char **name )
DESCRIPTION
DtGroupGetParentName() returns the name of the parent group
in the pointer to the variable name for the group indicated
by the shapeID and groupID parameters. A read-only pointer
to the name of the file is placed in the variable pointed to
by name. This array is an internal buffer. Do not free or
modify the name.
DIAGNOSTICS
DtGroupGetParentName() returns one on success and zero on
failure.
FILES
Link with -lDtOMio