move Method

Summary

Moves the item at the specified index to a new location in the collection.

Syntax
TypeScript
JavaScript
AnnContainerCollection.prototype.move = function(oldIndex, _newIndex_) 
move(oldIndex: number, newIndex: number): void; 

Parameters

oldIndex

The zero-based index specifying the location of the item to be moved.

newIndex

The zero-based index specifying the new location of the item.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.