insertRange Method

Summary

Inserts the items of the specified array to into this collection at the specified index.

Syntax
TypeScript
JavaScript
LeadPointCollection.prototype.insertRange = function( 
   index, 
   items 
) 
insertRange( 
   index: number, 
   items: LeadPointD[] 
): void; 

Parameters

index

The zero-based index at which the new items should be inserted.

items

The list whose items should be inserted into the collection.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.