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 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.