Click or drag to resize

FlowsheetBag Constructor


Namespace: DWSIM.SharedClasses.Flowsheet
Assembly: 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
)
Request Example View Source

Parameters

so  DictionaryString, ISimulationObject
 
go  DictionaryString, IGraphicObject
 
co  DictionaryString, ICompoundConstantProperties
 
pp  DictionaryString, IPropertyPackage
 
re  DictionaryString, IReaction
 
rs  DictionaryString, IReactionSet
 
See Also