FlowsheetOutput Params Property
Gets or sets the dictionary of output parameter mappings, keyed by parameter ID.
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, FlowsheetUOParameter> OutputParams { get; set; }VB
Public Property OutputParams As Dictionary(Of String, FlowsheetUOParameter)
Get
Set