IMcGraphOverlayMoveToBack Method
|
|
Modify the Z ordering by moving the designated object(s) to the bottom of the Z stack.
Namespace:
MediaCy.IQL.Display.Overlays
Assembly:
MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
SyntaxSub MoveToBack (
<OptionalAttribute> Object As Object
)
Parameters
- Object (Optional)
- Type: SystemObject
Empty, or contains an IDispatch designating a McGraphObj.
RemarksIf the Object parameter is an empty VARIANT, all the objects being part of the
current selection will be moved to the bottom of the Z stack, otherwise only the
McGraphObj contained in Object will be affected.
See Also