FormMainAddGraphicObjects Method |
Namespace: DWSIMAssembly: DWSIM (in DWSIM.exe) Version: 8.8.1.0
Syntax public void AddGraphicObjects(
FormFlowsheet form,
List<XElement> data,
ConcurrentBag<Exception> excs,
string pkey = "",
int shift = 0,
bool reconnectinlets = false
)
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
)
Request Example
View SourceParameters
- form FormFlowsheet
-
- data ListXElement
-
- excs ConcurrentBagException
-
- pkey String (Optional)
-
- shift Int32 (Optional)
-
- reconnectinlets Boolean (Optional)
-
See Also