FlowsheetInput Params Property
Gets or sets the dictionary of input 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> InputParams { get; set; }VB
Public Property InputParams As Dictionary(Of String, FlowsheetUOParameter)
Get
Set