Example 6: Adding New Objects
Pass SE_AC_MODE_UPDATE as the access mode to SE_OpenTransmittalByFile().
Using functions from the Extraction API, obtain the SE_Object that will be the parent of the new <FMI> object.
Call SE_CreateObject() to the create the FMI just the same as in Create mode.
Set field values of the <FMI>, and call SE_PutFields just the same as in Create mode.
Call SE_AddComponentRelationship() from the <FMI’s> parent to the <FMI>.