ICape Electrolyte Reaction ContextSet Reaction Object 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)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[DispIdAttribute(1)]
void SetReactionObject(
ref Object reactionsObject
)VB
<DispIdAttribute(1)>
Sub SetReactionObject (
ByRef reactionsObject As Object
)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
| ECapeUnknown | The error to be raised when other error(s), specified for this operation, are not suitable. |
| ECapeInvalidArgument | The error to be raised when other error(s), specified for this operation, are not suitable. |
| ECapeFailedInitialisation | The error to be raised when other error(s), specified for this operation, are not suitable. |
| ECapeNoImpl | The error to be raised when other error(s), specified for this operation, are not suitable. |