Click or drag to resize

ReactionSetGetPhaseCompounds Method

Returns the number and ids of the compounds in the specified phase.

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public void GetPhaseCompounds(
	string reacID,
	ref int compNo,
	ref Object compIds
)
Request Example View Source

Parameters

reacID  String
Label of the required phase
compNo  Int32
compIds  Object
The ids of the compounds present in the specified phase.

Implements

ICapeReactionChemistry.GetPhaseCompounds(String, Int32, Object)
See Also