Daylight v4.9 Release Date: 1 February 2008 Namedt_setaromatic - specify the aromaticity of an atom objectGeneric Prototypedt_setaromatic(dt_Handle, dt_Boolean) => dt_BooleanC Prototype#include "dt_smiles.h"dt_Boolean dt_setaromatic(dt_Handle atom, dt_Boolean value) FORTRAN Prototypeinclude 'dt_f_smiles.inc'logical dt_f_setaromatic(atom, value)
integer*4 atom
DescriptionSets the aromaticity of the atom 'atom' to TRUE or FALSE according to the value of 'value'. The molecule to which 'atom' belongs must be in the modify-on state.Return ValueReturns the success (TRUE) or failure (FALSE) of the operation.Related Topicsdt_aromatic(3) |