NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

COChannelCollection.GetEnumerator Method

COChannelCollection.GetEnumerator Method

COChannelCollectionGetEnumerator 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

Was this information helpful?