Material Object WrapperPhase 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.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public string[] PhaseIds { get; }VB
Public ReadOnly Property PhaseIds As String()
GetReturn Value
StringThe phases present in the material.
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. |