ICapeReactionsPackageManager 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)
[ComImportAttribute]
[ComVisibleAttribute(false)]
[GuidAttribute("678c0afc-0100-11d2-a67d-00105a42887f")]
public interface ICapeReactionsPackageManager

Remarks

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.

See Also