NAME
DtKinGetBodyName - Get the name of the given kinemation
body.
SYNOPSIS
#include <Dt.h>
int DtKinGetBodyName( int bodyID, char **name )
DESCRIPTION
DtKinGetBodyName() returns the name of the kinemation body
via the pointer to the variable name for the kinemation body
indicated by the bodyID parameter. The name array is an
internal buffer. Do not free or modify the name.
IMPLEMENTATION NOTES
The Kin functions are not implemented in the AliasAPI library.
DIAGNOSTICS
returns one on success and zero on failure.
SEE ALSO
DtKinGetBodyCount(3W)
FILES
Link with -lDtOMio