ICape Thermo Universal ConstantGet Universal Constant List 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)
List of identifiers of Universal Constants. The list of standard identifiers is given in section 7.5.1.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[DispIdAttribute(2)]
Object GetUniversalConstantList()VB
<DispIdAttribute(2)>
Function GetUniversalConstantList As ObjectReturn Value
ObjectList 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
| ECapeNoImpl | The 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. |
| ECapeUnknown | The error to be raised when other error(s), specified for the GetUniversalConstantList operation, are not suitable. |