Move the referenced object backward in the object stacking order. If toBack is TRUE, the object will be moved to the back of the stacking order.
PROCEDURE HMoveBackward(
h : HANDLE;
toBack : BOOLEAN);def vs.HMoveBackward(h, toBack):
return None| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to object. |
| toBack | BOOLEAN | Move to back of stacking order. |
It is possible using HMoveForward and HMoveBackward to re-order layers. But use caution. Do not set the toBack argument to TRUE -- it will delete the layer. Also, Peter Vandewalle claims that the layer can get deleted even if toBack is FALSE, if you keep sending it backward. (I could not confirm this.)
Availability: from VectorWorks8.5