OpenDOF Project
DOFInterface DOFInterfaceBuilder_BuildAndDestroy ( DOFInterfaceBuilder  self)

Build an immutable DOFInterface from this DOFInterfaceBuilder instance, then destroy this DOFInterfaceBuilder instance.

This is equivalent to calling DOFInterfaceBuilder_Build(self) immediately followed by DOFInterfaceBuilder_Destroy(self).

{DOFInterface_Destroy}

Parameters
selfThe DOFInterfaceBuilder. Should not be NULL.
Returns
The DOFInterface.
Exceptions
NULLis returned if the DOFInterface cannot be created, or an invalid parameter was detected. The DOFInterfaceBuilder instance will still be destroyed.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22