FlowsheetBaseReactions 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
public Dictionary<string, IReaction> Reactions { get; set; }

Property Value

DictionaryString, IReaction

Implements

IFlowsheetReactions

See Also