Click or drag to resize

FormMainAddSimulationObjects Method


Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 8.8.1.0
Syntax
public void AddSimulationObjects(
	FormFlowsheet form,
	ConcurrentBag<BaseClass> objlist,
	ConcurrentBag<Exception> excs,
	string pkey = ""
)
Request Example View Source

Parameters

form  FormFlowsheet
 
objlist  ConcurrentBagBaseClass
 
excs  ConcurrentBagException
 
pkey  String  (Optional)
 
See Also