ICapeElectrolyteReactionContextSetReactionObject Method

Provides access to the properties of a set of equilibrium reactions.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[DispIdAttribute(1)]
void SetReactionObject(
	ref Object reactionsObject
)

Parameters

reactionsObject  Object
The ICapeReactionProperties interface of a reaction object.

Remarks

Used to pass the ICapeReactionProperties interface of a reaction object to a component that needs to access the properties of a set of kinetic reactions.

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