indexOf Method

Summary

Gets the index of the specified item in the collection.

Syntax
TypeScript
JavaScript
LeadPointCollection.prototype.indexOf = function( 
   item 
) 
indexOf( 
   item: LeadPointD 
): number; 

Parameters

item

The item to check.

Return Value

Zero-based index of item in the collection if found. Otherwise, -1.

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