ICapeReactionChemistryGetNumberOfReactionCompounds 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)
[DispIdAttribute(4)]
int GetNumberOfReactionCompounds(
	string reacID
)

Parameters

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

Return Value

Int32
Returns 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

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