addRange Method

Summary

Adds the items of the specified array to the end of this collection.

Syntax

JavaScript Syntax
LeadPointCollection.prototype.addRange = function( 
   items 
) 
TypeScript Syntax
addRange( 
   items: LeadPointD[] 
): void; 

Parameters

items

The list whose items should be added to the end of the collection.

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