OESetOEGraphMol¶
OESetOEGraphMol(obj, tag, mol)
Attaches a copy of the OEGraphMol mol to
the OEBase obj using the tag as
generic data.
Note
Python toolkit users can use obj.SetData(tag, mol)
directly.
See also
The Attaching other objects section for example code