Daylight v4.9
Release Date: 1 February 2008

Name

dt_setaromatic - specify the aromaticity of an atom object

Generic Prototype

dt_setaromatic(dt_Handle, dt_Boolean) => dt_Boolean

C Prototype

#include "dt_smiles.h"

dt_Boolean dt_setaromatic(dt_Handle atom, dt_Boolean value)

FORTRAN Prototype

include 'dt_f_smiles.inc'

logical dt_f_setaromatic(atom, value)

integer*4 atom
logical value

Description

Sets 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 Value

Returns the success (TRUE) or failure (FALSE) of the operation.

Related Topics

dt_aromatic(3)