Form MainAdd Graphic Objects Method
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public void AddGraphicObjects(
FormFlowsheet form,
List<XElement> data,
ConcurrentBag<Exception> excs,
string pkey = "",
int shift = 0,
bool reconnectinlets = false
)VB
Public Sub AddGraphicObjects (
form As FormFlowsheet,
data As List(Of XElement),
excs As ConcurrentBag(Of Exception),
Optional pkey As String = "",
Optional shift As Integer = 0,
Optional reconnectinlets As Boolean = false
)Parameters
- form FormFlowsheet
- data ListXElement
- excs ConcurrentBagException
- pkey String (Optional)
- shift Int32 (Optional)
- reconnectinlets Boolean (Optional)