FormFlowsheetSelectedCompounds Property

Gets or sets the dictionary of compounds selected for this simulation, ordered according to CompoundOrderingMode.

Definition

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

Property Value

DictionaryString, ICompoundConstantProperties

Implements

IFlowsheetSelectedCompounds
IFlowsheetBagCompounds

See Also