OpenDOF Project
DOFInterfaceBuilder DOFInterfaceBuilder_Create ( const DOFInterfaceID  iid)

Create an interface builder given only the DOFInterfaceID.

Resource Management:
This function allocates resources that must later be freed by calling DOFInterfaceBuilder_Destroy or DOFInterfaceBuilder_BuildAndDestroy.
Parameters
iidThe Interface ID. Should not be NULL.
Returns
A new DOFInterfaceBuilder.
Exceptions
NULLis returned if iid is NULL or if there are insufficient resources.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22