Click or drag to resize

ReactionSetGetReactionCompoundIds Method

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

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public void GetReactionCompoundIds(
	string reacId,
	ref Object compIds,
	ref Object compCharge,
	ref Object compCASNumber
)
Request Example View Source

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

ICapeReactionChemistry.GetReactionCompoundIds(String, Object, Object, Object)
See Also