.. highlightlang:: us .. index:: LayerAddObjects .. _layeraddobjects: LayerAddObjects =============== .. us.tag LayerAddObjects ENGLISH LayerSet :ref:`LayerAddObjects` adds drawing objects to the given diagram. .. function:: bool = LayerAddObjects(hLayer, hvObj) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hLayer Identifies the layer. .. uparam:: hvObj *hvObj* is a vector with drawing object handles. .. seealso:: :ref:`overview-diagrams`, :ref:`LayerCreate`, :ref:`LayerAddDataset` :sub:`id-1176095`