CustomUOOutputVariables Property

Gets or sets the dictionary of numeric output variables produced by the script.

Definition

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

Property Value

DictionaryString, Double

See Also