Example 4: Example Code (continued)
strcpy( description_flds.u.Description.abstract.characters,
description_flds.u.Description.abstract.length =
strlen(“Lake Eola, Geometry” );
ret = SE_PutFields( description_obj, &description_flds );
ret = SE_AddComponentRelationship( root_obj, description_obj, NULL );
/* create the Geometry Objects under the Environment Root. */
create_environment_root_objects( xmittal, root_obj );
ret = SE_FreeObject( root_obj );
ret = SE_FreeObject( description_obj );
ret = SE_CloseTransmittal( xmittal );