Creating New Objects
SE_AddToTransmittal(synthEnv, synthEnv);
* 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(&mlbObj,
1, // num_aggregates_no_link
maxComps, // num_components_no_link
0, // num_associates_no_link
printf(“Error creating the Model Library!\n”);
SE_AddToTransmittal(mlbObj, synthEnv);
SE_AddComponent(synthEnv, mlbObj, NULL);