DOFConnectiongetRelatedConnection Method OpenDOF Object Access Library
Return the connection that was created using DOFConnection.createConnection.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public DOFConnection getRelatedConnection()

Return Value

Type: DOFConnection
The connection associated with this connection. This may be null if this connection has no associated connection.
Remarks

Return the connection that was created using DOFConnection.createConnection. This is called a "Related Connection". This connection is typically used as the underlying connection for the Point's group connection in a Hub and Point configuration.
See Also

Reference