Material Object WrapperGet Prop List Method
Get the list of properties
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
String list of all supported properties of the property package.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public Object GetPropList()VB
Public Function GetPropList As ObjectReturn Value
ObjectString list of all supported properties of the property package.
Remarks
Returns list of properties supported by the property package and corresponding
CO Calculation Routines. The properties TEMPERATURE, PRESSURE, FRACTION, FLOW,
PHASEFRACTION, TOTALFLOW cannot be returned by GetPropList, since all
components must support them. Although the property identifier of derivative
properties is formed from the identifier of another property, the GetPropList
method will return the identifiers of all supported derivative and
non-derivative properties. For instance, a Property Package could return
the following list: enthalpy, enthalpy.Dtemperature, entropy, entropy.Dpressure.