Excel UOOutput Params Property
Gets or sets the dictionary of output parameters read back from the spreadsheet to the flowsheet.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations
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, ExcelParameter> OutputParams { get; set; }VB
Public Property OutputParams As Dictionary(Of String, ExcelParameter)
Get
Set