Synopsis
delete a subobject of a field
int FLDdelete (
OMobj_id field,
const char *name);
Description
FLDdelete deletes a named subobject from a field.
Parameters
OMobj_id field
The OMobj_id of the field that contains the subobject to be deleted.
const char *name
A character string that contains the name of subobject to be deleted.
Example
compat/modules/converts/geom2obj.c
Related routines