removeAt Method

Summary

Removes the element at the specified index of the AnnLayerCollection.

Syntax

JavaScript Syntax
AnnLayerCollection.prototype.removeAt = function(index) 
TypeScript Syntax
removeAt(index: number): void; 

Parameters

index

The zero-based index of the element to remove.

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