Creating New Objects
* Create a Model Library component. A Model Library's fields consist
* only of its tag and an N/A value, which are set by SE_CreateObject
* (which always sets the fields of the new object to their default
* value). Consequently, we don't need an SE_PutFields call here.
if(SE_CreateObject(“stf”,SE_MODEL_LIBRARY_TOKEN, &mlbObj) != SE_SUCCESS)
printf(“Error creating the Model Library!\n”);
SE_AddToTransmittal(transmittal, mlbObj);
SE_AddComponentRelationship(transmittal_root, mlbObj, NULL);