insert Method

Summary

Inserts the specified AnnContainer into this AnnContainerCollection at the specified index.

Syntax

JavaScript Syntax
AnnContainerCollection.prototype.insert = function( 
   index, 
   item 
) 
TypeScript Syntax
insert( 
   index: number, 
   item: AnnContainer 
): void; 

Parameters

index

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

annContainer

The item to be inserted.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly