RecycleValues Property
Gets the dictionary of the last calculated stream values keyed by variable name (e.g., "Temperature", "MassFlow").
Definition
Namespace: DWSIM.UnitOperations.SpecialOps
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public Dictionary<string, double> Values { get; }VB
Public ReadOnly Property Values As Dictionary(Of String, Double)
Get