Form FlowsheetScripts Property
Gets or sets the collection of scripts attached to this flowsheet, backed by ScriptCollection.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public Dictionary<string, IScript> Scripts { get; set; }VB
Public Property Scripts As Dictionary(Of String, IScript)
Get
Set