OpenDOF Project
DOFConnectionConfigBuilder DOFConnectionConfigBuilder_Copy ( DOFConnectionConfigBuilder  self)

Create a new copy of an existing DOFConnectionConfigBuilder.

Resource Management:
This function allocates resources that must later be freed by calling DOFConnectionConfigBuilder_Destroy or DOFConnectionConfigBuilder_BuildAndDestroy.
Parameters
selfThe DOFConnectionConfigBuilder to be copied. This should not be NULL.
Returns
A new copy of the DOFConnectionConfigBuilder.
Exceptions
NULLis returned if self is NULL, or there are insufficient resources to create a copy.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22