Daylight v4.9 Release Date: 1 February 2008 Namedt_symbol - find the symbolic name for an objectGeneric Prototypedt_symbol(dt_Handle) => dt_StringC Prototype#include "dt_smiles.h"dt_String dt_symbol(dt_Integer *len, dt_Handle atom) FORTRAN Prototypeinclude 'dt_f_smiles.inc'integer*4 dt_f_symbol(atom, string)
integer*4 atom
DescriptionFinds the atomic symbol for the given atom.Return ValueReturns the symbol of the atom. The symbol for all other types of objects is defined as the 'invalid string'.Related TopicsFor atoms: dt_addatom(3) dt_alloc_mol(3) dt_mod_is_on(3) dt_mod_off(3) dt_mod_on(3) dt_number(3) dt_setnumber(3) dt_setweight(3) dt_smilin(3) dt_weight(3) |