ICapeThermoMaterialObjectPhaseIds 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)
[DispIdAttribute(2)]
Object PhaseIds { get; }

Return Value

Object
The 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

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

See Also