ReactionSetGetNumberOfReactionCompounds Method

Gets the number of compounds occurring in a particular reaction within a Reactions Package.

Definition

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public int GetNumberOfReactionCompounds(
	string reacID
)

Parameters

reacID  String
The reaction identifier

Return Value

Int32

Implements

ICapeReactionChemistryGetNumberOfReactionCompounds(String)

See Also