Click or drag to resize

FlowsheetBaseAddGraphicObjects Method


Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 8.8.1.0
Syntax
public void AddGraphicObjects(
	List<XElement> data,
	ConcurrentBag<Exception> excs,
	string pkey = "",
	int shift = 0,
	bool reconnectinlets = false
)
Request Example View Source

Parameters

data  ListXElement
 
excs  ConcurrentBagException
 
pkey  String  (Optional)
 
shift  Int32  (Optional)
 
reconnectinlets  Boolean  (Optional)
 
See Also