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


Glossary Item Box

Returns an enumerator that iterates through the collection.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function GetEnumerator() As IEnumerator(Of UserInputSetupChannel)
C# 
public abstract IEnumerator<UserInputSetupChannel> GetEnumerator()
C++/CLI 
public:
abstract IEnumerator<UserInputSetupChannel^>^ GetEnumerator(); 

Return Value

An System.Collections.IEnumerator object that can be used to iterate through the collection.

Requirements

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

See Also