Moves the item at the specified index to a new location in the collection.
Syntax
function Leadtools.Annotations.Core.AnnLayerCollection.move(
oldIndex ,
newIndex
)
Parameters
Parameter | Type | Description |
---|
oldIndex | int | The zero-based index specifying the location of the item to be moved. |
newIndex | int | The zero-based index specifying the new location of the item. |
See Also