Form FlowsheetDisconnect 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
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public void Disconnect(
ISimulationObject objFrom,
ISimulationObject objTo
)VB
Public Sub Disconnect (
objFrom As ISimulationObject,
objTo As ISimulationObject
)Parameters
- objFrom ISimulationObject
- The upstream simulation object.
- objTo ISimulationObject
- The downstream simulation object.