ICape Thermo Material ObjectGet 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. A System.Object containing a String array marshalled from a COM Object.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[DispIdAttribute(17)]
Object GetPropList()VB
<DispIdAttribute(17)>
Function GetPropList As ObjectReturn Value
ObjectString list of all supported properties of the property package. A System.Object containing a String array marshalled from a COM Object.
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.