ExcelUOInputParams Property

Gets or sets the dictionary of input parameters sent from the flowsheet to the spreadsheet.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public Dictionary<string, ExcelParameter> InputParams { get; set; }

Property Value

DictionaryString, ExcelParameter

See Also