NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

DOChannelCollection.Item Property (Int64)

DOChannelCollection.Item Property (Int64)

DOChannelCollectionItem 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

Was this information helpful?