Click or drag to resize

MaterialStreamGetPropList Method

Returns list of properties that can be calculated by the Material Object.

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

Return Value

Object
List of all supported properties of the Material Object.

Implements

ICapeThermoMaterialObject.GetPropList
Remarks
DWSIM passes this call to the Property Package currently associated to the stream.
See Also