IndexOf(DeviceToSynchronize)
- 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(DeviceToSynchronize value)
Remarks
Index of the item. If the item is not found, returns -1.
Parameters
| Name | Type | Description |
|---|---|---|
| value | DeviceToSynchronize | Item to search for. |