Click or drag to resize

FlowsheetAddGraphicObjects Method


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

Parameters

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