FlowsheetBaseConnectObject Method |
Namespace: DWSIM.FlowsheetBaseAssembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 8.8.1.0
Syntax public void ConnectObject(
ref GraphicObject gObjFrom,
ref GraphicObject gObjTo,
int fidx = -1,
int tidx = -1
)
Public Sub ConnectObject (
ByRef gObjFrom As GraphicObject,
ByRef gObjTo As GraphicObject,
Optional fidx As Integer = -1,
Optional tidx As Integer = -1
)
Request Example
View SourceParameters
- gObjFrom GraphicObject
-
- gObjTo GraphicObject
-
- fidx Int32 (Optional)
-
- tidx Int32 (Optional)
-
See Also