ICapeThermoPropertyPackageManager Interface

The ICapeThermoPropertyPackageManager interface should only be implemented by a Property Package Manager component. This interface is used to access the Property Packages managed by such a component.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[ComImportAttribute]
[ComVisibleAttribute(false)]
[GuidAttribute("678C0AA2-7D66-11D2-A67D-00105A42887F")]
public interface ICapeThermoPropertyPackageManager

Methods

GetPropertyPackageCreates a new instance of a Property Package with the configuration specified by the PackageName argument.
GetPropertyPackageListRetrieves the names of the Property Packages being managed by a Property Package Manager component.

See Also