Click or drag to resize

FlowsheetBaseAddSimulationObjects Method


Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 8.8.1.0
Syntax
public void AddSimulationObjects(
	ConcurrentBag<ISimulationObject> objlist,
	ConcurrentBag<Exception> excs
)
Request Example View Source

Parameters

objlist  ConcurrentBagISimulationObject
 
excs  ConcurrentBagException
 
See Also