Delete atom for the given index value from molecule.

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

Syntax

C#
public bool DeleteAtom(
	int atom
)
Visual Basic (Declaration)
Public Function DeleteAtom ( _
	atom As Integer _
) As Boolean
Visual C++
public:
bool DeleteAtom(
	int atom
)

Parameters

atom
Type: System..::.Int32
The atom to delete

Return Value

True on success, false otherwise

See Also