Keysight Pathwave 89600 VSA .NET API
Item Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > ICollectionBase<T> Interface : Item Property


index
Index into the collection.

Glossary Item Box

Gets a reference to an object at the specified index in the collection.

Syntax

Visual Basic (Declaration) 
ReadOnly Default Property Item( _
   ByVal index As Integer _
) As T
C# 
T this[ 
   int index
]; {get;}
C++/CLI 
property T^ default [int] {
   T^ get(int index);
}

Parameters

index
Index into the collection.

Property Value

The object at the specified index.

Requirements

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

See Also