Material StreamGet Single Phase Prop 2 Method
Helper that calls GetSinglePhaseProp(String, String, String, Object) and returns the result as a typed list.
Definition
Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
List of Double values for the requested property.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public List<double> GetSinglePhaseProp2(
string prop,
string basis,
string phaseLabel
)VB
Public Function GetSinglePhaseProp2 (
prop As String,
basis As String,
phaseLabel As String
) As List(Of Double)Parameters
Return Value
ListDoubleList of Double values for the requested property.