DOFConnectioncreateConnection Method OpenDOF Object Access Library
Create a Type.POINT connection related to this connection. Anything else will fail. See Type.POINT for instructions to properly create a POINT connection.

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

C#
public DOFConnection createConnection(
	DOFConnectionConfig config
)

Parameters

config
Type: org.opendof.core.oalDOFConnectionConfig
The configuration options of the connection. Must not be null.

Return Value

Type: DOFConnection
The new DOFConnection.
See Also

Reference