ICape Thermo Property Package Manager 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)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[ComImportAttribute]
[ComVisibleAttribute(false)]
[GuidAttribute("678C0AA2-7D66-11D2-A67D-00105A42887F")]
public interface ICapeThermoPropertyPackageManagerVB
<ComImportAttribute>
<ComVisibleAttribute(false)>
<GuidAttribute("678C0AA2-7D66-11D2-A67D-00105A42887F")>
Public Interface ICapeThermoPropertyPackageManagerMethods
| GetPropertyPackage | Creates a new instance of a Property Package with the configuration specified by the PackageName argument. |
| GetPropertyPackageList | Retrieves the names of the Property Packages being managed by a Property Package Manager component. |