FlowsheetBaseReactionSets 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
public Dictionary<string, IReactionSet> ReactionSets { get; set; }

Property Value

DictionaryString, IReactionSet

Implements

IFlowsheetReactionSets

See Also