NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

COChannelCollection.All Property

COChannelCollection.All Property

COChannelCollectionAll Property

Gets a COChannel that operates on all of the channels in the task.

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

Syntax

public virtual COChannel All { get; }
Public Overridable ReadOnly Property All As COChannel
	Get

Property Value

Type: COChannel
A COChannel that operates on all of the channels in a task.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?