ICape Reaction ChemistryGet Number Of Reaction Compounds Method
The number of compounds in the specified reaction.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Returns the number of compounds participating in the specified reaction.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[DispIdAttribute(4)]
int GetNumberOfReactionCompounds(
string reacID
)VB
<DispIdAttribute(4)>
Function GetNumberOfReactionCompounds (
reacID As String
) As IntegerParameters
- reacID String
- The name of the reaction obtained from the GetReactionsIds method.
Return Value
Int32Returns the number of compounds participating in the specified reaction.
Remarks
Gets the number of compounds occurring in a particular reaction within a Reactions Package.
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. |