Interface that describes a list of ICogRecord references.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 83.0.0.0 (83.0.0.0)
Syntax
The ICogRecords type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add(Object) | Adds an item to the IList. (Inherited from IList.) | |
| Add(ICogRecord) |
Adds a record to the end of the list.
| |
| Clear | Removes all items from the IList. (Inherited from IList.) | |
| Contains(Object) | Determines whether the IList contains a specific value. (Inherited from IList.) | |
| Contains(ICogRecord) |
Searches the list for a given record.
| |
| ContainsKey |
Searches the list for a given key.
| |
| CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. (Inherited from ICollection.) | |
| GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) | |
| IndexOf(Object) | Determines the index of a specific item in the IList. (Inherited from IList.) | |
| IndexOf(ICogRecord) |
Searches the list for a given record.
| |
| IndexOfKey |
Searches the list for a given key.
| |
| Insert(Int32, Object) | Inserts an item to the IList at the specified index. (Inherited from IList.) | |
| Insert(Int32, ICogRecord) |
Inserts a record at a specified index.
| |
| Remove(Object) | Removes the first occurrence of a specific object from the IList. (Inherited from IList.) | |
| Remove(String) |
Removes a record with a specified key.
| |
| RemoveAt | Removes the IList item at the specified index. (Inherited from IList.) |
Properties
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the ICollection. (Inherited from ICollection.) | |
| IsFixedSize | Gets a value indicating whether the IList has a fixed size. (Inherited from IList.) | |
| IsReadOnly | Gets a value indicating whether the IList is read-only. (Inherited from IList.) | |
| IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from ICollection.) | |
| Item Int32 | Gets or sets the element at the specified index. (Inherited from IList.) | |
| Item Int32 |
Gets or sets the record at a specified index.
| |
| Item String |
Gets or sets the record with a specified RecordKey.
| |
| SyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection.) |
See Also