FlowsheetBaseAddConnectedObjects 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
public void AddConnectedObjects(
	ISimulationObject obj,
	int scheme
)

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.

See Also