MaterialObjectWrapperPhaseIds 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)
public string[] PhaseIds { get; }

Return Value

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

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

See Also