MaterialStreamGetConstPropList Method |
Returns the list of supported constant Physical Properties.
Namespace: DWSIM.Thermodynamics.StreamsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public Object GetConstPropList()
Public Function GetConstPropList As Object
Request Example
View SourceReturn Value
ObjectList of identifiers for all supported constant Physical Properties. The standard constant property identifiers are listed in section 7.5.2.
Implements
ICapeThermoCompounds.GetConstPropListRemarks GetConstPropList returns identifiers for all the constant Physical Properties that can be
retrieved by the GetCompoundConstant method. If no properties are supported,
UNDEFINED should be returned. The CAPE-OPEN standards do not define a minimum list
of Physical Properties to be made available by a software component that implements the
ICapeThermoCompounds interface.
A component that implements the ICapeThermoCompounds interface may return constant
Physical Property identifiers which do not belong to the list defined in section 7.5.2.
However, these proprietary identifiers may not be understood by most of the clients of this
component.
See Also