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

Property Value

DictionaryString, FlowsheetUOParameter

See Also