Daylight v4.9 Release Date: 1 February 2008 Namedt_setimp_hcount - specify the implicit hydrogen count for an atom objectGeneric Prototypedt_setimp_hcount(dt_Handle, dt_Integer) => dt_BooleanC Prototype#include "dt_smiles.h"dt_Boolean dt_setimp_hcount(dt_Handle atom, dt_Integer value) FORTRAN Prototypeinclude 'dt_f_smiles.inc'logical dt_f_setimp_hcount(atom, value)
integer*4 atom
DescriptionSets the implicit hydrogen count for the given atom to 'value'.Return ValueReturns the success (TRUE) or failure (FALSE) of the operation.Related Topicsdt_hcount(3) dt_imp_hcount(3) dt_isohydro(3) |