ReactionSetGetReactionCompoundIds Method

Get the identifiers of the components participating in the specified reaction within the reaction set defined in the Reactions Package.

Definition

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public void GetReactionCompoundIds(
	string reacId,
	ref Object compIds,
	ref Object compCharge,
	ref Object compCASNumber
)

Parameters

reacId  String
The reaction identifier
compIds  Object
List of compound IDs
compCharge  Object
The charge for each compound
compCASNumber  Object
The CAS Registry numbers for the compounds

Implements

ICapeReactionChemistryGetReactionCompoundIds(String, Object, Object, Object)

See Also