LayerMoveObjectsΒΆ

LayerMoveObjects moves Objects to the specified diagram. Objects can only be moved inside a page. The function can also be used to change the drawing order of Objects.

bool = LayerMoveObjects(hLayer, hvObject)
bool = LayerMoveObjects(hLayer, hvObject, bTail)

Return Value

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

Parameters

hLayer

Identifies the layer.

hvObject

hvObject is a vector with Objects handles. The following element types can be used: OBJ_TEXT, OBJ_TABLE, OBJ_RECT, OBJ_ELLIPSE, OBJ_LINE, OBJ_LINK, OBJ_OLEITEM, see also ObjGetClass.

bTail

If bTail is TRUE (1), the Objects is added to the end of the list. If bTail is FALSE (0), the Objects is inserted at the beginning of the list. Default value is TRUE (1).

History

Version Description
R2016.1 Documentation added.

id-1272153