ICapeThermoUniversalConstantGetUniversalConstantList Method

Returns the identifiers of the supported Universal Constants.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[DispIdAttribute(2)]
Object GetUniversalConstantList()

Return Value

Object
List of identifiers of Universal Constants. The list of standard identifiers is given in section 7.5.1.

Remarks

A component may return Universal Constant identifiers that do not belong to the list defined in section 7.5.1. However, these proprietary identifiers may not be understood by most of the clients of this component.

Exceptions

ECapeNoImplThe operation GetUniversalConstantList 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. This may occur when the Property Package does not support any Universal Constants, or if it does not want to provide values for any Universal Constants which may be used within the Property Package.
ECapeUnknownThe error to be raised when other error(s), specified for the GetUniversalConstantList operation, are not suitable.

See Also