Flowsheet BaseAdd Graphic Objects Method
Definition
Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
C#
public void AddGraphicObjects(
List<XElement> data,
ConcurrentBag<Exception> excs,
string pkey = "",
int shift = 0,
bool reconnectinlets = false
)VB
Public Sub AddGraphicObjects (
data As List(Of XElement),
excs As ConcurrentBag(Of Exception),
Optional pkey As String = "",
Optional shift As Integer = 0,
Optional reconnectinlets As Boolean = false
)