Click or drag to resize

MaterialStreamGetComponentList Method


Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public void GetComponentList(
	ref Object compIds,
	ref Object formulae,
	ref Object names,
	ref Object boilTemps,
	ref Object molWt,
	ref Object casNo
)
Request Example View Source

Parameters

compIds  Object
 
formulae  Object
 
names  Object
 
boilTemps  Object
 
molWt  Object
 
casNo  Object
 

Implements

ICapeThermoPropertyPackage.GetComponentList(Object, Object, Object, Object, Object, Object)
See Also