Create a new copy of an existing DOFObjectID. 
- Resource Management:
 - This function allocates resources that must later be freed by calling DOFObjectID_Destroy. 
 
- Parameters
 - 
  
    | self | The DOFObjectID to be copied. This should not be NULL.  | 
  
   
- Returns
 - A new copy of the DOFObjectID. 
 
- Exceptions
 - 
  
    | NULL | is returned if self is NULL, or there are insufficient resources to create a copy.  |