FormFlowsheetStoredSolutions Property

Gets or sets stored solution snapshots keyed by user-defined name, used for solution restore/compare.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public Dictionary<string, List<XElement>> StoredSolutions { get; set; }

Property Value

DictionaryString, ListXElement

Implements

IFlowsheetStoredSolutions

See Also