NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AOChannelCollection.Item Property (Int64)

  • Updated2023-02-21
  • 1 minute(s) read
AOChannelCollection.Item 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

Log in to get a better experience