Create a new Atom Object and add it to Mol

Namespace:  Hyleos.Chemistry
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public int AddAtom(
	string symbol
)
Visual Basic (Declaration)
Public Function AddAtom ( _
	symbol As String _
) As Integer
Visual C++
public:
int AddAtom(
	String^ symbol
)

Parameters

symbol
Type: System..::.String

[Missing <param name="symbol"/> documentation for "M:Hyleos.Chemistry.Molecule.AddAtom(System.String)"]

Return Value

Returns Atom index in Atoms list

See Also