FlowsheetBaseAddSimulationObjects Method

Definition

Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
public void AddSimulationObjects(
	ConcurrentBag<ISimulationObject> objlist,
	ConcurrentBag<Exception> excs
)

Parameters

objlist  ConcurrentBagISimulationObject
 
excs  ConcurrentBagException
 

See Also