NI-DAQmx .NET Framework 4.5 API Reference

CIChannelCollection Properties

  • 更新时间2023-02-21
  • 阅读时长2分钟
CIChannelCollection Properties

The CIChannelCollection type exposes the following members.

Properties

  NameDescription
Public propertyAll
Gets a CIChannel that operates on all of the channels in the task.
Public propertyCount
Gets the number of elements in the collection.
Public propertyItemInt64
Gets the CIChannel at the specified index in the collection. In Visual C#, this property is the indexer.
Public propertyItemString
Gets the CIChannel with the specified virtual channel name. In Visual C#, this property is the indexer.
Top

See Also