ICape Reaction ChemistryGet Reaction Type Method
The CapeReactionType of the reaction.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Returns the CapeReactionType type of a particular reaction.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[DispIdAttribute(3)]
CapeReactionType GetReactionType(
string reacID
)VB
<DispIdAttribute(3)>
Function GetReactionType (
reacID As String
) As CapeReactionTypeParameters
- reacID String
- The name of the reaction obtained from the GetReactionsIds method.
Return Value
CapeReactionTypeReturns 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
| ECapeUnknown | The error to be raised when other error(s), specified for this operation, are not suitable. |
| ECapeInvalidArgument | The error to be raised when other error(s), specified for this operation, are not suitable. |
| ECapeFailedInitialisation | The error to be raised when other error(s), specified for this operation, are not suitable. |
| ECapeNoImpl | The error to be raised when other error(s), specified for this operation, are not suitable. |