FormFlowsheetScripts 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
public Dictionary<string, IScript> Scripts { get; set; }

Property Value

DictionaryString, IScript

Implements

IFlowsheetScripts

See Also