ICape Thermo Calculation RoutineGet 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. A System.Object containing an System.String array marshalled as a COM Object.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[DispIdAttribute(3)]
Object GetPropList()VB
<DispIdAttribute(3)>
Function GetPropList As ObjectReturn Value
ObjectString list of all supported Properties. A System.Object containing an System.String array marshalled as a COM Object.
Remarks
Returns list of Thermo System supported properties. 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.
Exceptions
| ECapeUnknown | The error to be raised when other error(s), specified for this operation, are not suitable. |