ICapeThermoCalculationRoutineGetPropList Method

Get the list of properties

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[DispIdAttribute(3)]
Object GetPropList()

Return Value

Object
String 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

ECapeUnknownThe error to be raised when other error(s), specified for this operation, are not suitable.

See Also