LayerGetSelectedObjectsΒΆ

LayerGetSelectedObjects returns the handles of all selected drawing objects.

hvObjects = LayerGetSelectedObjects(hLayer)

Return Value

hvObjects is a vector of drawing object handles or 0 if no object was selected.

Parameters

hLayer

Identifies the layer.

id-523061