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
-
sys | The DOFSystem in which to create the new DOFObject. This must not be NULL. |
objectID | The Object ID for the Object to be created. This should not be NULL. |
- Returns
- A new DOFObject.
- Exceptions
-
NULL | is returned if an invalid argument is detected, or the Object could not be created. |