ExcelUOOutputParams 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
public Dictionary<string, ExcelParameter> OutputParams { get; set; }

Property Value

DictionaryString, ExcelParameter

See Also