Example 6: Removing Objects
Obtain the SE_Object to remove.
Call SE_RemoveFromTransmittal().
This does NOT remove existing relationships to the object.
- Be careful not to leave dangling objects or references.
- If we want to remove the whole sub-tree below the object, then instead call the level 1 function SE_RemoveObjectTree().
SE_Return_Code SE_RemoveFromTransmittal
SE_Transmittal transmittal
SE_Status_Code SE_RemoveObjectTree( SE_Object start_object );