IMcGraphObjLineSelectedOrder 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
RemarksThis 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