CBAddObjectsΒΆ

Adds UniPlot drawing objects to a grouped object. Do not use LayerAddObjects to add the objects to the page.

bool = CBAddObjects(hlink, hvObjects)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hlink

hlink identifies the object.

hvObjects

hvObjects is a vector with the handles of drawing objects.

id-807988