ICapeThermoUniversalConstant Interface

Implemented by a component that can return the value of a Universal Constant.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[ComImportAttribute]
[ComVisibleAttribute(false)]
[GuidAttribute("678C0AA1-7D66-11D2-A67D-00105A42887F")]
public interface ICapeThermoUniversalConstant

Remarks

Any component that can return the value of a Universal Constant can implement the ICapeThermoUniversalConstants interface in order that clients can access these values. This interface is optional for all components. It is recommended that it is implemented by Property Package components and Material Objects being used by CAPE-OPEN Unit Operations.

Methods

GetUniversalConstantRetrieves the value of a Universal Constant.
GetUniversalConstantListReturns the identifiers of the supported Universal Constants.

See Also