FormFlowsheetDisconnect Method

Disconnects two simulation objects by removing the connector between their graphic representations.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public void Disconnect(
	ISimulationObject objFrom,
	ISimulationObject objTo
)

Parameters

objFrom  ISimulationObject
The upstream simulation object.
objTo  ISimulationObject
The downstream simulation object.

Implements

IFlowsheetDisconnect(ISimulationObject, ISimulationObject)

See Also