OEAddSDData¶
bool OEAddSDData(OEMolBase &mol, const OESDDataPair &dp)
bool OEAddSDData(OEMolBase &mol, const std::string &tag,
const std::string &value)
Adds an SD tag and value data pair to a molecule. Both the tag and the value must be a string. If an item with the same tag already exists, another item is added to the molecule.
See also
OESetSDData
function to set (replace) SD dataSD Tagged Data Manipulation section
Note
Unicode characters are not supported neither in the data tag nor in the data value.