NAME
DtShapeGetName - Get the name of a given shape loaded into
the database.
SYNOPSIS
#include <Dt.h>
int DtShapeGetName( int shapeID, char **name )
DESCRIPTION
DtShapeGetName() returns the shape name in the pointer to
the variable name for the shape indicated by the shapeID
parameter. 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
DtShapeGetName() returns one on success and zero on failure.
FILES
Link with -lDtOMio