FlowsheetBaseAddGraphicObjects Method

Definition

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

Parameters

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

See Also