IMcGraphOverlay2MoveBackward Method
|
|
Modify the Z ordering by moving backward the designated object(s).
Namespace:
MediaCy.IQL.Display.Overlays
Assembly:
MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
SyntaxSub MoveBackward (
<OptionalAttribute> Object As Object
)
Parameters
- Object (Optional)
- Type: SystemObject
Empty, or contains an IDispatch designating a McGraphObj.
Implements
IMcGraphOverlayMoveBackward(Object)
RemarksIf 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.
See AlsoReference
IMcGraphOverlay2MoveBackward(Object)