OMadd_subobj makes object an immediate subobject of parent .Positionally, object becomes the last subobject in parent . To control object 's placement in parent , use OMinsert_subobj instead. See
OMinsert_subobjAfter you move an object that may have connections to it (using OMdel_subobj and OMadd_subobj), you should update the references to this object using OMupd_name_refs. See
OMupd_name_refs
The id of the parent object. parent must be an object that can have subobjects, such as SingleWindowApp, Applications, or a library, group, or macro object.
none.