IMcGraphOverlay2MoveForward Method
|
|
Modify the Z ordering by moving forward 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 MoveForward (
<OptionalAttribute> Object As Object
)
Parameters
- Object (Optional)
- Type: SystemObject
Empty, or contains an IDispatch designating a McGraphObj.
Implements
IMcGraphOverlayMoveForward(Object)
RemarksIf the Object parameter is an empty VARIANT, all the objects being part of the
current selection will be moved forward in the Z stack, otherwise only the
McGraphObj contained in Object will be affected.
See AlsoReference
IMcGraphOverlay2MoveForward(Object)