insertItem Method

Summary

Inserts the specified AnnObject into this AnnObjectCollection at the specified index.

Syntax
TypeScript
JavaScript
AnnObjectCollection.prototype.insertItem = function( 
   index, 
   item 
) 
insertItem( 
   index: number, 
   item: AnnObject 
): void; // protected 

Parameters

index

The zero-based index at which item should be inserted.

item

The item to be inserted.

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.