Click or drag to resize

IMcGraphOverlayMoveForward 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
Syntax
VB
Sub MoveForward ( 
	<OptionalAttribute> Object As Object
)

Parameters

Object (Optional)
Type: SystemObject
Empty, or contains an IDispatch designating a McGraphObj.
Remarks
If 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 Also