ICape Reaction ChemistryGet Base Reactant Method
Get the base reactant for the specified reaction.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
The name of the base reactant for a particular reaction.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[DispIdAttribute(10)]
string GetBaseReactant(
string reacId
)VB
<DispIdAttribute(10)>
Function GetBaseReactant (
reacId As String
) As StringParameters
- reacId String
- The name of the reaction obtained from the GetReactionsIds method.
Return Value
StringThe name of the base reactant for a particular reaction.
Remarks
Returns the name of the base reactant for a particular 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. |