LayerAddObjectsΒΆ

LayerAddObjects adds drawing objects to the given diagram.

bool = LayerAddObjects(hLayer, hvObj)

Return Value

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

Parameters

hLayer

Identifies the layer.

hvObj

hvObj is a vector with drawing object handles.

id-1176095