ICapeReactionChemistryGetBaseReactant 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)
[DispIdAttribute(10)]
string GetBaseReactant(
	string reacId
)

Parameters

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

Return Value

String
The name of the base reactant for a particular reaction.

Remarks

Returns the name of the base reactant for a particular 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