Form FlowsheetConnect Objects Method
Connects two graphic objects and refreshes all open editor forms.
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 ConnectObjects(
IGraphicObject gobjfrom,
IGraphicObject gobjto,
int fromidx,
int toidx
)VB
Public Sub ConnectObjects (
gobjfrom As IGraphicObject,
gobjto As IGraphicObject,
fromidx As Integer,
toidx As Integer
)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.