ICape Thermo Phases Interface
Provides information about the number and types of Phases supported by
the component that implements it.
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("678C0A9E-7D66-11D2-A67D-00105A42887F")]
public interface ICapeThermoPhasesVB
<ComImportAttribute>
<ComVisibleAttribute(false)>
<GuidAttribute("678C0A9E-7D66-11D2-A67D-00105A42887F")>
Public Interface ICapeThermoPhasesRemarks
This interface is designed to provide information about the number and
types of Phases supported by the component that implements it. It defines all the
Phases that a component such as a Physical Property Calculator can handle. It
does not provide information about the Phases that are actually present in a
Material Object. This function is provided by the Get-PresentPhases method of the
ICapeThermoMaterial interface.
Methods
| GetNumPhases | Returns the number of Phases. |
| GetPhaseInfo | Returns information on an attribute associated with a Phase for the purpose of understanding what lies behind a Phase label. |
| GetPhaseList | Returns Phase labels and other important descriptive information for all the Phases supported. |