This property retrieves the object numbers from multiple selected objects
Property Value
Value representing the object number. Type System.Collections.Generic.List< int >
Explanation
This property has been replaced by the MultiSelectedObjectsArray property. This property is being maintained for backwards compatibility. Please use the MultiSelectedObjectsArray property instead of this property.
The MultiSelectedObjectsNumbers property retrieves the object numbers from multiple selected objects and generates a List.
The array starts with element [0]. Element [0] 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 [2].
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit