Daylight v4.9 Release Date: 1 February 2008 Namedt_arborder - retrieve the arbitrary order value for an atomGeneric Prototypedt_arborder(dt_Handle) => dt_IntegerC Prototype#include "dt_smiles.h"dt_Integer dt_arborder(dt_Handle atom) FORTRAN Prototypeinclude 'dt_f_smiles.inc'integer*4 dt_f_arborder(atom) integer*4 atom DescriptionFinds the arbitrary order value for the given atom. This value is used to control the ordering of atoms in the SMILES string returned by dt_arbsmiles(3).Return ValueReturns the integer order. For all other objects, this property is defined as -1.Related Topicsdt_alloc_mol(3) dt_arbsmiles(3) dt_arbstream(3) dt_cansmiles(3) dt_origstream(3) dt_setarborder(3) |