ICapeThermoPropertyPackageGetPhaseList Method

Get the phase list

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[DispIdAttribute(1)]
Object GetPhaseList()

Return Value

Object
The list of phases supported by the property package. A System.Object containing a String array marshalled from a COM Object.

Remarks

Provides the list of the supported phases. When supported, the Overall phase and multiphase identifiers must be returned by this method.

Exceptions

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

See Also