This property retrieves the object numbers from multiple selected objects

[Visual Basic] Public ReadOnly Property MultiSelectedObjectsArray As Integer()
[C#] int[] MultiSelectedObjectsArray {get;}

Property Value

An integer array representing the numbers of the objects that have been selected

Explanation

The MultiSelectedObjectsArray property retrieves an array containing the object numbers of the multiple selected objects.

Object numbers of annotation objects assigned to the objects in the order that they are created. They are the object's z-order. When you use multi-select to select a group of annotation objects, the MultiSelectedObjectsArray property will return an array containing the object numbers from lowest to highest. The array starts with element [1]. Element [1] will contain the object number of the object lowest in z-order of all the objects that have been selected. In other words, this is the object "below" the other the other objects.

For example: The object number for the third object (or the object third in the z-order) selected is returned in [3].

Also See

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation