Delete given reactant

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

Syntax

C#
public bool DeleteReactant(
	Molecule reactant
)
Visual Basic (Declaration)
Public Function DeleteReactant ( _
	reactant As Molecule _
) As Boolean
Visual C++
public:
bool DeleteReactant(
	Molecule^ reactant
)

Parameters

reactant
Type: Hyleos.Chemistry..::.Molecule
Molecule object to delete

Return Value

True on success, false otherwise

See Also