Add a reactant to the reaction scheme, setting Molecule fragment type property

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

Syntax

C#
public void AddReactant(
	Molecule reactant
)
Visual Basic (Declaration)
Public Sub AddReactant ( _
	reactant As Molecule _
)
Visual C++
public:
void AddReactant(
	Molecule^ reactant
)

Parameters

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

See Also