setItem Method

Summary

Replaces the element at the specified index.

Syntax

JavaScript Syntax
AnnLayerCollection.prototype.setItem = function( 
   index, 
   item 
) 
TypeScript Syntax
setItem( 
   index: number, 
   item: AnnLayer 
): void; // protected 

Parameters

index

The zero-based index of the element to replace.

item

The new value for the element at the specified index.

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