Form FlowsheetDisconnect Object 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
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public void DisconnectObject(
ref GraphicObject gObjFrom,
ref GraphicObject gObjTo,
bool triggercalc = false
)VB
Public Sub DisconnectObject (
ByRef gObjFrom As GraphicObject,
ByRef gObjTo As GraphicObject,
Optional triggercalc As Boolean = 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.