NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

AOChannelCollection.Item Property (Int64)

AOChannelCollection.Item Property (Int64)

AOChannelCollectionItem Property (Int64)

Gets the AOChannel 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 AOChannel this[
	long index
] { get; }
Public Overridable ReadOnly Default Property Item ( 
	index As Long
) As AOChannel
	Get

Parameters

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

Property Value

Type: AOChannel
The AOChannel at the specified index.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?