FlowsheetBaseSelectedCompounds Property

Gets or sets the ordered dictionary of compounds currently selected for this flowsheet, sorted according to the configured ordering mode.

Definition

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

Property Value

DictionaryString, ICompoundConstantProperties

Implements

IFlowsheetSelectedCompounds

See Also