COChannelCollection.GetEnumerator Method
- Updated2023-02-21
- 1 minute(s) read
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: IEnumeratorEnumerator for the collection.
Implements
IEnumerableGetEnumeratorExceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |
Remarks
For a detailed explanation of this method, refer to GetEnumerator in the Microsoft
.NET Framework documentation.