ICape Reactions Package Manager Interface
Similar in scope to the ICapeThermoSystem. These interfaces will be implemented by a
Reactions Package Manager component.
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#
[ComImportAttribute]
[ComVisibleAttribute(false)]
[GuidAttribute("678c0afc-0100-11d2-a67d-00105a42887f")]
public interface ICapeReactionsPackageManagerVB
<ComImportAttribute>
<ComVisibleAttribute(false)>
<GuidAttribute("678c0afc-0100-11d2-a67d-00105a42887f")>
Public Interface ICapeReactionsPackageManagerRemarks
Provides a list of all supported reaction packages and resolves the selected package.
Methods
| GetListOfReactionsPackages | A list of all available reaction packages. |
| ResolveReactionsPackage | Resolves a reaction routine. |