Description
Modify the Z ordering by moving backward the designated object(s).
-
Return Type
-
None
-
Syntax
-
object.MoveBackward [Object]
The MoveBackward Method syntax has these parts: |
| object | An expression evaluating to an object of type McGraphOverlay. | | Object | Optional. A Variant value. Empty, or contains an IDispatch designating an McGraphObj.
| Remarks
If the Object parameter is an empty VARIANT, all the objects being part of the current selection will be moved backward in the Z stack, otherwise only the McGraphObj contained in Object will be affected.
|