.. highlightlang:: us .. _cbaddobjects: CBAddObjects ============ .. index:: CBAddObjects .. us.tag CBAddObjects ENGLISH Adds UniPlot drawing objects to a grouped object. Do not use :ref:`LayerAddObjects` to add the objects to the page. .. function:: bool = CBAddObjects(hlink, hvObjects) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hlink *hlink* identifies the object. .. uparam:: hvObjects *hvObjects* is a vector with the handles of drawing objects. .. seealso:: :ref:`overview-group-object`, :ref:`CBCreate`, :ref:`LayerAddObjects` :sub:`id-807988`