Flowsheet BaseAdd Connected Objects Method
Automatically creates and connects material/energy streams around the specified object according to the given scheme.
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 AddConnectedObjects(
ISimulationObject obj,
int scheme
)VB
Public Sub AddConnectedObjects (
obj As ISimulationObject,
scheme As Integer
)Parameters
- obj ISimulationObject
- The simulation object to wire up.
- scheme Int32
- Connection scheme: 1 — create and connect new streams; 2 — reuse nearby unconnected streams where possible.