SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API Functions SE RemoveAssociateRelationship |
---|
extern SE_Return_Code | |||
SE_RemoveAssociateRelationship | |||
( | |||
SE_Object | from_object, | 1 | |
SE_Object | to_object, | 2 | |
SE_Object | link_object, | 3 | |
SE_Boolean | remove_two_way | 4 | |
); |
Breaks the relationship between from_object and to_object (and link_object, if given), but does not remove any of the objects involved from the transmittal (see SE_RemoveFromTransmittal()).
The transmittal whose object is to be edited must be explicitly opened in UPDATE mode for this operation to succeed.
Note that the relationship being removed may be 1-way or 2-way. If it is 2-way, and remove_two_way is true, both connections are broken, unless the to_object is unresolved.
SE_RETCOD_SUCCESS | and the relationship is removed. |
SE_RETCOD_FAILURE | and the status code is set appropriately if the call failed. |
SE_Status_Code(s) when SE_RETCOD_SUCCESS is returned:
SE_STATCODE_SUCCESS | set if valid parameters were passed in and all operations succeeded. |
SE_Status_Code(s) when SE_RETCOD_FAILURE is returned:
SE_STATCODE_UNRESOLVED_INPUT_OBJECT |
set if
|
SE_STATCODE_UNRESOLVED_OUTPUT_OBJECT | set if remove_two_way was specified, and the DRM defines the relationship as bidirectional, but to_object is unresolved, so the relationship from to_object to from_object cannot be removed. |
SE_STATCODE_INVALID_ACCESS_MODE |
set if
|
SE_STATCODE_INACTIONABLE_FAILURE |
set if
|
1 object whose relationship to one of its associates is being broken.
2 object whose relationship from one of its associates (1-way or 2-way) is being broken.
3 if specified, link object for the associate relationship being removed.
4 if the relationship is 2-way, and this flag is true, both connections are broken; otherwise, only one connection (from => to) is broken.
Prev: SE_PutMeshFaceTableData.
Next: SE_RemoveComponentRelationship.
Up:Index.
|