ICapeThermoPropertyPackageManagerGetPropertyPackageList 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)
[DispIdAttribute(1)]
Object GetPropertyPackageList()

Return Value

Object
The names of the managed Property Packages

Remarks

If no packages are managed by the Property Package Manager UNDEFINED should be returned.

Exceptions

ECapeNoImplThe 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.
ECapeUnknownThe error to be raised when other error(s), specified for the GetPropertyPackageList operation, are not suitable.

See Also