removeItemRange Method

Summary

emoves a range of items from the collection.

Syntax

JavaScript Syntax
AnnLayerCollection.prototype.removeItemRange = function( 
   index, 
   count 
) 
TypeScript Syntax
removeItemRange( 
   index: number, 
   count: number 
): void; // protected 

Parameters

index

The zero-based starting index of the range of items to remove.

count

The number of items 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