5.3.2 Retrieving SD Data from a Molecule

OEHasSDData(mol, tag)
Returns 1 if molecule has an item with tag, 0 otherwise.

OEGetSDData(mol, tag)
Returns the value for the given tag. If the molecule does not have that tag, an empty string is returned.

OEGetSDDataPairs(mol)
Returns OESDDataPairs, can be used in a loop as shown in the following example.