ICapeReactionChemistryGetPhaseCompounds Method

Returns the number and ids of the compounds in the specified phase.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[DispIdAttribute(11)]
void GetPhaseCompounds(
	string reacID,
	ref int compNo,
	ref Object compIds
)

Parameters

reacID  String
Label of the required phase.
compNo  Int32
The number of compounds in the requested phase.
compIds  Object
The ids of the compounds present in the specified phase.

Return Value

The name of the base reactant for a particular reaction.

Remarks

Returns the number and ids of the compounds in the specified phase.

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