Description

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

Property type

A Long value.  

Syntax

object.SelectedOrder

The SelectedOrder Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McGraphObjRRect.

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.