Keysight Pathwave 89600 VSA .NET API
IndexOf Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > ICollectionBase Interface : IndexOf Method


item
An object to find the index for in the collection.

Glossary Item Box

Gets the index of the specified object within the collection.

Syntax

Visual Basic (Declaration) 
Function IndexOf( _
   ByVal item As Object _
) As Integer
C# 
int IndexOf( 
   object item
)
C++/CLI 
int IndexOf( 
   Object^ item
) 

Parameters

item
An object to find the index for in the collection.

Return Value

Index of the object found.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also