ICapeReactionsPackageManagerResolveReactionsPackage Method

Resolves a reaction routine.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[DispIdAttribute(2)]
Object ResolveReactionsPackage(
	string reactionsPkg
)

Parameters

reactionsPkg  String
The name of the reactions routine to be resolved.

Return Value

Object
Returns 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

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