Create a new DOFObjectIDDomain from the specified DOFObjectID.
- Resource Management:
- This function allocates resources that must later be freed by calling DOFObjectIDDomain_Destroy.
- Parameters
-
id | The DOFObjectID from which to create the domain ID. This should not be NULL, and should not have any attributes. |
- Returns
- The new DOFObjectIDDomain.
- Exceptions
-
NULL | is returned if an invalid parameter is detected or the domain ID could not be created. |