Click or drag to resize

FlowsheetBaseAddTables Method


Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 8.8.1.0
Syntax
public void AddTables(
	List<XElement> data,
	ConcurrentBag<Exception> excs
)
Request Example View Source

Parameters

data  ListXElement
 
excs  ConcurrentBagException
 
See Also