API call to get formal charge

User 8688ffe688

26-09-2007 22:10:59

Is there an API method call to get the formal charge for a molecule object? If not can I, sum MolAtom.getCharge()?

ChemAxon a3d59b832c

27-09-2007 06:41:59

Yes, you can use the getTotalCharge() method, which does the same:





http://www.chemaxon.com/marvin/doc/api/chemaxon/struc/MoleculeGraph.html#getTotalCharge()