FormFlowsheetConnectObjects Method

Connects two graphic objects and refreshes all open editor forms.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public void ConnectObjects(
	IGraphicObject gobjfrom,
	IGraphicObject gobjto,
	int fromidx,
	int toidx
)

Parameters

gobjfrom  IGraphicObject
The source graphic object.
gobjto  IGraphicObject
The destination graphic object.
fromidx  Int32
Output connector index on gobjfrom.
toidx  Int32
Input connector index on gobjto.

Implements

IFlowsheetConnectObjects(IGraphicObject, IGraphicObject, Int32, Int32)

See Also