this[int device]
- Updated2025-10-07
- 1 minute(s) read
Gets the DeviceToSynchronize object at the specified index.
Syntax
Namespace: NationalInstruments.ModularInstruments.SystemServices.TimingServices
public DeviceToSynchronize this[int device] { get; }
Remarks
The DeviceToSynchronize object present at the specified index in the collection.
Returns the DeviceToSynchronize object corresponding to the index.
Parameters
| Name | Type | Description |
|---|---|---|
| device | int | Zero-based index of the entry to access in the collection. |
Exceptions
| Type | Description |
|---|---|
| System.ArgumentNullException | device value is null. |