Flowsheet BaseSelected Compounds 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
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
C#
public Dictionary<string, ICompoundConstantProperties> SelectedCompounds { get; set; }VB
Public Property SelectedCompounds As Dictionary(Of String, ICompoundConstantProperties)
Get
Set