FlowsheetBaseAddSimulationObjects Method |
Namespace: DWSIM.FlowsheetBaseAssembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 8.8.1.0
Syntax public void AddSimulationObjects(
ConcurrentBag<ISimulationObject> objlist,
ConcurrentBag<Exception> excs
)
Public Sub AddSimulationObjects (
objlist As ConcurrentBag(Of ISimulationObject),
excs As ConcurrentBag(Of Exception)
)
Request Example
View SourceParameters
- objlist ConcurrentBagISimulationObject
-
- excs ConcurrentBagException
-
See Also