Daylight v4.9 Release Date: 1 February 2008 Namedt_bond - retrieve the bond connecting two atomsGeneric Prototypedt_bond(dt_Handle, dt_Handle) => dt_HandleC Prototype#include "dt_smiles.h"dt_Handle dt_bond(dt_Handle atom1, dt_Handle atom2) FORTRAN Prototypeinclude 'dt_f_smiles.inc'integer*4 dt_f_bond(atom1, atom2)
integer*4 atom1
DescriptionFinds the bond which connects the two given atoms.Return ValueReturns the bond or the NULL_OB if the atoms are not connected of if the objects are not atoms.Related Topicsdt_addatom(3) dt_addbond(3) dt_alloc_mol(3) dt_bondorder(3) dt_bondtype(3) dt_canstream(3) dt_dbo(3) dt_setbondorder(3) dt_setbondtype(3) dt_setdbo(3) |