MaterialStreamGetPropList Method

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

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public Object GetPropList()

Return Value

Object
List of all supported properties of the Material Object.

Implements

ICapeThermoMaterialObjectGetPropList

Remarks

DWSIM passes this call to the Property Package currently associated to the stream.

See Also