←Select platform

IndexOf Method

Summary

Determines the index of a specific item.

Syntax
C#
VB
C++
public int IndexOf( 
   ExObjResult item 
) 
Public Function IndexOf( 
   ByVal item As ExObjResult 
) As Integer 
public:  
   Int32 IndexOf( 
      ExObjResult^ item 
   ) 

Parameters

item

The object to locate.

Return Value

The index of item if found; otherwise, -1.

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

Leadtools.ImageProcessing.Core Assembly

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