ICape Thermo Material ObjectPhase Ids Property
Get the phase ids for this MO
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
The phases present in the material in a String array as a System.Object, which is marshalled as a Object COM-based CAPE-OPEN.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[DispIdAttribute(2)]
Object PhaseIds { get; }VB
<DispIdAttribute(2)>
ReadOnly Property PhaseIds As Object
GetReturn Value
ObjectThe phases present in the material in a String array as a System.Object, which is marshalled as a Object COM-based CAPE-OPEN.
Remarks
It returns the phases existing in the MO at that moment. The Overall phase
and multiphase identifiers cannot be returned by this method. See notes on
Existence of a phase for more information.
Exceptions
| ECapeUnknown | The error to be raised when other error(s), specified for this operation, are not suitable. |