FlowsheetAdd Graphic Objects Method
Definition
Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public static void AddGraphicObjects(
IFlowsheet fs,
IFlowsheet mainfs,
List<XElement> data,
ConcurrentBag<Exception> excs,
string pkey = "",
int shift = 0,
bool reconnectinlets = false
)VB
Public Shared Sub AddGraphicObjects (
fs As IFlowsheet,
mainfs As IFlowsheet,
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
- fs IFlowsheet
- mainfs IFlowsheet
- data ListXElement
- excs ConcurrentBagException
- pkey String (Optional)
- shift Int32 (Optional)
- reconnectinlets Boolean (Optional)