Daylight v4.9 Release Date: 1 February 2008 Namedt_setcharge - specify the charge of an atom objectGeneric Prototypedt_setcharge(dt_Handle, dt_Integer) => dt_BooleanC Prototype#include "dt_smiles.h"dt_Boolean dt_setcharge(dt_Handle atom, dt_Integer value) FORTRAN Prototypeinclude 'dt_f_smiles.inc'logical dt_f_setcharge(atom, value)
integer*4 atom
DescriptionSets the atoms formal charge. May only be used when the molecule is in the modify-on state.Return ValueReturns the success (TRUE) or failure (FALSE) of the operation.Related Topicsdt_charge(3) |