NI-DAQmx .NET Framework 4.0 API Reference

DOChannelCollection.Item Property (Int64)

  • Updated2023-02-21
  • 1 minute(s) read
DOChannelCollection.Item Property (Int64)
Gets the DOChannel at the specified index. In Visual C#, this property is the indexer.

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

Syntax

public virtual DOChannel this[
	long index
] { get; }
Public Overridable ReadOnly Default Property Item ( 
	index As Long
) As DOChannel
	Get

Parameters

index
Type: SystemInt64
The zero-based index of the entry to locate in the collection.

Property Value

Type: DOChannel
The DOChannel at the specified index.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also