Add(ITClockSynchronizableDevice)
- Updated2025-10-07
- 1 minute(s) read
Adds an item to the end of the collection.
Syntax
Namespace: NationalInstruments.ModularInstruments.SystemServices.TimingServices
public int Add(ITClockSynchronizableDevice device)
Remarks
The array index of the added item.
Parameters
| Name | Type | Description |
|---|---|---|
| device | ITClockSynchronizableDevice | ITClockSynchronizableDevice object to be added to the collection. |
Exceptions
| Type | Description |
|---|---|
| System.ArgumentNullException | device value is null. |
| System.ArgumentException | device is already present in the collection. |