ICapeReactionChemistryGetReactionPhase Method

Gets the phase on which a particular reaction contained in the Reactions Package will take place.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[DispIdAttribute(7)]
string GetReactionPhase(
	string reacId
)

Parameters

reacId  String
The name of the reaction obtained from the GetReactionsIds method.

Return Value

String
The phase label of the phase where the reaction tackes place.

Remarks

The string returned by this method must match one of the phase labels known to the Property Package.

Exceptions

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

See Also