indexOf Method

Summary

Gets the index of the specified item in the collection.

Syntax

JavaScript Syntax
LeadPointCollection.prototype.indexOf = function( 
   item 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly