SippObjectAddSubobj Command
SippObjectAddSubobj [-flag] objecthandle subobjlist
Add the objects in the list subobjlist to the specified object.
One of the following optional flags may be specified:
- -check - Validate that adding the subobjects will not cause the
object tree to become circular. This is the default.
- -nocheck - Don't check for building a circular object tree. This
option is faster, but will cause a core dump when rendering or deleting
objects if a circular tree has been built.
See the documentation on the interaction of SippObjectAncestor and
sub-objects if you plan to search for ancestors or pick objects
based on image location.