NAME
DtGroupGetName - Get the name of a given group loaded into
the database.
SYNOPSIS
#include <Dt.h>
int DtGroupGetName( int shapeID, int groupID, char **name )
DESCRIPTION
DtGroupGetName() returns the group name 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
DtGroupGetName() returns one on success and zero on failure.
FILES
Link with -lDtOMio