ICapeThermoMaterialObjectGetPropList Method

Get the list of properties

Definition

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

Return Value

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

See Also