Flowsheet BaseReaction Sets Property
Gets or sets the dictionary of reaction sets (groups of reactions) defined for this flowsheet, keyed by name.
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, IReactionSet> ReactionSets { get; set; }VB
Public Property ReactionSets As Dictionary(Of String, IReactionSet)
Get
Set