OpenDOF Project
DOFConnection DOFConnection_GetRelatedConnection ( const DOFConnection  self)

Return the Connection associated with the Connection.

Lifecycle
The data returned is owned by the DOFConnection and is only valid as long as the DOFConnection remains valid. It must not be destroyed individually.
Note
Not all Connections are related to another Connection, so this may return NULL.
Parameters
selfThe Connection. This must not be NULL.
Returns
The associated DOFConnection, or NULL if there is no Connection associated with the connection.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22