ICape Thermo Property Package ManagerGet Property Package List Method
Retrieves the names of the Property Packages being managed by a
Property Package Manager component.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
The names of the managed Property Packages
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[DispIdAttribute(1)]
Object GetPropertyPackageList()VB
<DispIdAttribute(1)>
Function GetPropertyPackageList As ObjectReturn Value
ObjectThe names of the managed Property Packages
Remarks
If no packages are managed by the Property Package Manager UNDEFINED
should be returned.
Exceptions
| ECapeNoImpl | The operation GetPropertyPackageList is “not” implemented even if this method can be called for reasons of compatibility with the CAPE-OPEN standards. That is to say that the operation exists, but it is not supported by the current implementation. |
| ECapeUnknown | The error to be raised when other error(s), specified for the GetPropertyPackageList operation, are not suitable. |