.. highlightlang:: us .. index:: CBGetAllObjects .. _cbgetallobjects: CBGetAllObjects =============== .. us.tag CBGetAllObjects ENGLISH Gets the handles of all containing drawing objects in a grouped object. .. function:: hvHandle = CBGetAllObjects(hlink) hvHandle = CBGetAllObjects(hlink, bExpand) .. us.return **Return Value** *hvHandle* is a vector with handles of drawing objects. .. us.params **Parameters** .. uparam:: hlink *hlink* identifies the object. .. uparam:: bExpand If *bExpand* is FALSE (0) only the direct children elements are returned. If *bExpand* is TRUE (1) all children elements are returned. Default value is TRUE (1). history[ .. list-table:: :header-rows: 1 * - Version - Description * - 4.2.0 - Parameter *bExpand* added. .. seealso:: :ref:`overview-group-object`, :ref:`CBCreate` :sub:`id-1949862`