ReactionSetGetPhaseCompounds Method |
Returns the number and ids of the compounds in the specified phase.
Namespace: DWSIM.Thermodynamics.BaseClassesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public void GetPhaseCompounds(
string reacID,
ref int compNo,
ref Object compIds
)
Public Sub GetPhaseCompounds (
reacID As String,
ByRef compNo As Integer,
ByRef compIds As Object
)
Request Example
View SourceParameters
- 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