Reaction SetGet Phase Compounds 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
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public void GetPhaseCompounds(
string reacID,
ref int compNo,
ref Object compIds
)VB
Public Sub GetPhaseCompounds (
reacID As String,
ByRef compNo As Integer,
ByRef compIds As Object
)Parameters
- reacID String
- Label of the required phase
- compNo Int32
- compIds Object
- The ids of the compounds present in the specified phase.