CBGetAllObjectsΒΆ

Gets the handles of all containing drawing objects in a grouped object.

hvHandle = CBGetAllObjects(hlink)
hvHandle = CBGetAllObjects(hlink, bExpand)

Return Value

hvHandle is a vector with handles of drawing objects.

Parameters

hlink

hlink identifies the object.

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[

Version Description
4.2.0 Parameter bExpand added.

id-1949862