NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

AOChannelCollection.Count Property

AOChannelCollection.Count Property

AOChannelCollectionCount Property

Gets the number of elements in the collection.

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

Syntax

public virtual int Count { get; }
Public Overridable ReadOnly Property Count As Integer
	Get

Property Value

Type: Int32
The number of elements contained in the collection.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?