ICape Thermo Universal Constant 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)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[ComImportAttribute]
[ComVisibleAttribute(false)]
[GuidAttribute("678C0AA1-7D66-11D2-A67D-00105A42887F")]
public interface ICapeThermoUniversalConstantVB
<ComImportAttribute>
<ComVisibleAttribute(false)>
<GuidAttribute("678C0AA1-7D66-11D2-A67D-00105A42887F")>
Public Interface ICapeThermoUniversalConstantRemarks
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
| GetUniversalConstant | Retrieves the value of a Universal Constant. |
| GetUniversalConstantList | Returns the identifiers of the supported Universal Constants. |