removeItemRange Method

Summary

emoves a range of items from the collection.

Syntax
TypeScript
JavaScript
AnnLayerCollection.prototype.removeItemRange = function( 
   index, 
   count 
) 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly