Click or drag to resize

ReactionSetGetNumberOfReactionCompounds Method

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

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public int GetNumberOfReactionCompounds(
	string reacID
)
Request Example View Source

Parameters

reacID  String
The reaction identifier

Return Value

Int32

Implements

ICapeReactionChemistry.GetNumberOfReactionCompounds(String)
See Also