Click or drag to resize

MaterialStreamGetComponentConstant Method

Retrieve pure compound constants from the Property Package.

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public Object GetComponentConstant(
	Object props,
	Object compIds
)
Request Example View Source

Parameters

props  Object
List of pure compound constants
compIds  Object
List of compound IDs for which constants are to be retrieved. UNDEFINED is to be used when the call applied to all compounds in the Material Object.

Return Value

Object
Compound Constant values returned from the Property Package for the specified compounds.

Implements

ICapeThermoMaterialObject.GetComponentConstant(Object, Object)
See Also