ICapeReactionChemistryGetStoichiometricCoefficients Method

Get the stoichiometry of the specified reaction.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[DispIdAttribute(6)]
Object GetStoichiometricCoefficients(
	string reacId
)

Parameters

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

Return Value

Object
The stoichiometry of the specified reaction.

Remarks

Returns the stoichiometric coefficients of the specified reaction (positive numbers indicate products, negative numbers indicate reactants). Stoichiometric coefficients are ordered consistently with the list of compounds returned by the GetReactionCompoundIds(String, Object, Object, Object) method for the same 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