IndexOf(ITClockSynchronizableDevice)
- Updated2025-10-07
- 1 minute(s) read
Returns the zero-based index of the first occurrence of an item in the collection.
Syntax
Namespace: NationalInstruments.ModularInstruments.SystemServices.TimingServices
public int IndexOf(ITClockSynchronizableDevice value)
Remarks
Index of the item. If the item is not found, returns -1.
Parameters
| Name | Type | Description |
|---|---|---|
| value | ITClockSynchronizableDevice | Item to search for. |