PPT Slide
Put object data (field values)
/* allocate and initialize an SE_FIELDS structure */
SE_FIELDS GDC_Loc3D_Fields;
SE_SetFieldsToDefault(SE_GDC_LOCATION_3D_TOKEN,
/* set <GDC Location 3D> specific fields */
GDC_Loc3D_Fields.tag = SE_GDC_LOCATION_3D_TOKEN;
GDC_Loc3D_Fields.u.GDC_Location_3D_Fields.Longitude = 39.05;
GDC_Loc3D_Fields.u.GDC_Location_3D_Fields.Latitude = -77.1;
GDC_Loc3D_Fields.u.GDC_Location_3D_Fields.Elevation = 10.0;
&Loc3dObj, /* existing object for <GDC Location 3D> class */
Insertion Functionality [9 of 19]