PropertyPackageGetUniversalConstantList Method |
Returns the identifiers of the supported Universal Constants.
Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public virtual Object GetUniversalConstantList()
Public Overridable Function GetUniversalConstantList As Object
Request Example
View SourceReturn Value
ObjectList of identifiers of Universal Constants. The list of standard identifiers is given in section 7.5.5.
Implements
ICapeThermoUniversalConstant.GetUniversalConstantListRemarks A component may return Universal Constant identifiers that do not belong to the list defined
in section 7.5.5. However, these proprietary identifiers may not be understood by most of the
clients of this component.
See Also