Namespace: DWSIM.SharedClasses.FlowsheetAssembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 8.8.1.0
Syntax public FlowsheetBag(
Dictionary<string, ISimulationObject> so,
Dictionary<string, IGraphicObject> go,
Dictionary<string, ICompoundConstantProperties> co,
Dictionary<string, IPropertyPackage> pp,
Dictionary<string, IReaction> re,
Dictionary<string, IReactionSet> rs
)
Public Sub New (
so As Dictionary(Of String, ISimulationObject),
go As Dictionary(Of String, IGraphicObject),
co As Dictionary(Of String, ICompoundConstantProperties),
pp As Dictionary(Of String, IPropertyPackage),
re As Dictionary(Of String, IReaction),
rs As Dictionary(Of String, IReactionSet)
)
Request Example
View SourceParameters
- so DictionaryString, ISimulationObject
-
- go DictionaryString, IGraphicObject
-
- co DictionaryString, ICompoundConstantProperties
-
- pp DictionaryString, IPropertyPackage
-
- re DictionaryString, IReaction
-
- rs DictionaryString, IReactionSet
-
See Also