Click or drag to resize

IMcGraphObjPointSelectedOrder Property

The order in the selection list or -1 if Selected is False.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property SelectedOrder As Integer
	Get

Property Value

Type: Int32

Implements

IMcGraphObjSelectedOrder
Remarks
This property indicates the order in which an McGraphObj is sorted within the list of selected objects (that is it is the Index argument to the McGraphOverlay.SelectedGraphObj property that would return this object). For objects that are not Selected, the SelectedOrder property will be -1. Selected objects are sorted by ascending DrawingOrder.
See Also