MolAtom index

User 870ab5b546

26-05-2006 01:48:43

Is there no method that can return the index of a MolAtom of a Molecule? I couldn't find anything in the API.

ChemAxon a3d59b832c

26-05-2006 07:14:48

You should use Molecule.indexOf(MolAtom) for this. It is actually defined in the ancestor class CGraph:





http://www.chemaxon.com/marvin/doc/api/chemaxon/struc/CGraph.html#indexOf(chemaxon.struc.CNode)