MaterialStreamGetPropList Method |
Returns list of properties that can be calculated by the Material Object.
Namespace: DWSIM.Thermodynamics.StreamsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public Object GetPropList()
Public Function GetPropList As Object
Request Example
View SourceReturn Value
ObjectList of all supported properties of the Material Object.
Implements
ICapeThermoMaterialObject.GetPropListRemarks DWSIM passes this call to the Property Package currently associated to the stream.
See Also