ICapeReactionChemistryGetReactionType Method

The CapeReactionType of the reaction.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[DispIdAttribute(3)]
CapeReactionType GetReactionType(
	string reacID
)

Parameters

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

Return Value

CapeReactionType
Returns the CapeReactionType type of a particular reaction.

Remarks

Returns the CapeReactionType of a particular reaction. Only needed for non-electrolyte reactions. It informs whether the reaction is an equilibrium or kinetic reaction

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