Keysight Pathwave 89600 VSA .NET API
Item Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > UserInputSetupChannelCollection Class : Item Property


index
Zero-based index of item to get.

Glossary Item Box

Gets item at the specified index.

Syntax

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

Parameters

index
Zero-based index of item to get.

Property Value

The item at the specified index.

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeExceptionindex is less than zero or greater than or equal to the Count of the collection

Requirements

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

See Also