Custom UOInput Variables Property
Gets or sets the dictionary of numeric input variables exposed to the script.
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, double> InputVariables { get; set; }VB
Public Property InputVariables As Dictionary(Of String, Double)
Get
Set