ReactionSetGetPhaseCompounds Method

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

Definition

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public void GetPhaseCompounds(
	string reacID,
	ref int compNo,
	ref Object compIds
)

Parameters

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

Implements

ICapeReactionChemistryGetPhaseCompounds(String, Int32, Object)

See Also