Form FlowsheetReactions Property
Gets the dictionary of chemical reactions defined for this flowsheet, keyed by unique ID.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
IFlowsheetBagReactions
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public Dictionary<string, IReaction> Reactions { get; set; }VB
Public Property Reactions As Dictionary(Of String, IReaction)
Get
SetProperty Value
DictionaryString, IReactionImplements
IFlowsheetReactionsIFlowsheetBagReactions