This property retrieves the object numbers from multiple selected objects

[Visual Basic] Public ReadOnly Property MultiSelectedObjectsNumbers As System.Collections.Generic.List(Of Integer)
[C#] public System.Collections.Generic.List< int > MultiSelectedObjectsNumbers {get;}

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

 

The ImageKit.NET3 is created by Newtone Corporation