FormFlowsheetDisconnectObject Method

Removes the connector line that links gObjFrom to gObjTo (including the energy connector) and updates the associated connection points.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public void DisconnectObject(
	ref GraphicObject gObjFrom,
	ref GraphicObject gObjTo,
	bool triggercalc = false
)

Parameters

gObjFrom  GraphicObject
The source graphic object of the connection to remove.
gObjTo  GraphicObject
The destination graphic object of the connection to remove.
triggercalc  Boolean  (Optional)
Reserved; currently unused.

See Also