OpenDOF Project
DOFObject DOFSystem_CreateObject ( DOFSystem  sys,
const DOFObjectID  objectID 
)

Create a new DOFObject in the system for use by the application.

Resource Management:
This function allocates resources that must later be freed by calling DOFObject_Destroy.
Parameters
sysThe DOFSystem in which to create the new DOFObject. This must not be NULL.
objectIDThe Object ID for the Object to be created. This should not be NULL.
Returns
A new DOFObject.
Exceptions
NULLis returned if an invalid argument is detected, or the Object could not be created.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22