Example 6: Removing Relationships
Obtain the aggregate and component SE_Objects with the relationship to break.
Call SE_RemoveComponentRelationship().
- Note: SE_RemoveAssociateRelationship() exists for removing associate relationships.
This does NOT remove objects from the Transmittal. If this is the only relationship to the component object and it is not removed from the transmittal, then the object will become an orphaned object that exists in the transmittal with no way to access it.
SE_Return_Code SE_RemoveComponentRelationship
SE_Object aggregate_object,
SE_Object component_object,