Click or drag to resize

PropertyPackageGetUniversalConstantList Method

Returns the identifiers of the supported Universal Constants.

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.4.5.0
Syntax
public virtual Object GetUniversalConstantList()
Request Example View Source

Return Value

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

Implements

ICapeThermoUniversalConstant.GetUniversalConstantList
Remarks
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