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
Syntaxpublic Object GetPropList()
Public Function GetPropList As Object
Request Example
View SourceReturn Value
ObjectList of all supported properties of the Material Object.
Implements
ICapeThermoMaterialObject.GetPropList
RemarksDWSIM passes this call to the Property Package currently associated to the stream.
See Also