NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AIChannelCollection.GetEnumerator Method

  • Updated2023-02-21
  • 1 minute(s) read
AIChannelCollection.GetEnumerator Method
Returns an enumerator that you can use to iterate through the collection.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public virtual IEnumerator GetEnumerator()
Public Overridable Function GetEnumerator As IEnumerator

Return Value

Type: IEnumerator
Enumerator for the collection.

Implements

IEnumerableGetEnumerator

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

For a detailed explanation of this method, refer to GetEnumerator in the Microsoft .NET Framework documentation.

See Also

Log in to get a better experience