insertItem Method

Summary

Inserts the specified AnnLayer into this AnnLayerCollection at the specified index.

Syntax

JavaScript Syntax
AnnLayerCollection.prototype.insertItem = function( 
   index, 
   item 
) 
TypeScript Syntax
insertItem( 
   index: number, 
   item: AnnLayer 
): 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly