Flowsheet BaseReactions Property
Gets or sets the dictionary of reactions defined for this flowsheet, keyed by unique ID.
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, IReaction> Reactions { get; set; }VB
Public Property Reactions As Dictionary(Of String, IReaction)
Get
Set