Material StreamGet Component List Method
CAPE-OPEN 1.0 ICapeThermoPropertyPackage: Returns the list of compounds. Delegates to the associated property package.
Definition
Namespace: DWSIM.Thermodynamics.Streams
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 GetComponentList(
ref Object compIds,
ref Object formulae,
ref Object names,
ref Object boilTemps,
ref Object molWt,
ref Object casNo
)VB
Public Sub GetComponentList (
ByRef compIds As Object,
ByRef formulae As Object,
ByRef names As Object,
ByRef boilTemps As Object,
ByRef molWt As Object,
ByRef casNo As Object
)