ICape Reactions Package ManagerResolve Reactions Package Method
Resolves a reaction routine.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Returns the Reactions Package specified by the client of the Reactions Package Manager.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[DispIdAttribute(2)]
Object ResolveReactionsPackage(
string reactionsPkg
)VB
<DispIdAttribute(2)>
Function ResolveReactionsPackage (
reactionsPkg As String
) As ObjectParameters
- reactionsPkg String
- The name of the reactions routine to be resolved.
Return Value
ObjectReturns the Reactions Package specified by the client of the Reactions Package Manager.
Remarks
Returns the Reactions Package specified by the client of the Reactions Package Manager.
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. |