←Select platform

IndexOf Method

Summary

Determines the index of a specific item.

Syntax
C#
C++/CLI
Python
public int IndexOf( 
   ExObjResult item 
) 
public:  
   Int32 IndexOf( 
      ExObjResult^ item 
   ) 
def IndexOf(self,item): 

Parameters

item

The object to locate.

Return Value

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

Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

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