OMdel_obj_ref
Synopsis
int OMdel_obj_ref (OMobj_id referencing_object,
OMobj_id referenced_object, 0 );
int OMXobj::del_obj_ref ( OMobj_id referenced_object);
Description
OMdel_obj_ref deletes a connection in referencing_object to referenced_object . This routine can be used, in particular, when deleting a single object reference from an object that has a list of references.
Arguments
referencing_objectreferenced_object
0
The third argument must be 0.
Returned value
The status code (see
Return Status).
Examples
none.
See Also