ICogRecords MethodsCognex VisionPro 9.10

The ICogRecords type exposes the following members.

Methods

  NameDescription
Public methodAdd(Object)
Adds an item to the IList.
(Inherited from IList.)
Public methodAdd(ICogRecord)
Adds a record to the end of the list.
Public methodClear
Removes all items from the IList.
(Inherited from IList.)
Public methodContains(Object)
Determines whether the IList contains a specific value.
(Inherited from IList.)
Public methodContains(ICogRecord)
Searches the list for a given record.
Public methodContainsKey
Searches the list for a given key.
Public methodCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from ICollection.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Public methodIndexOf(Object)
Determines the index of a specific item in the IList.
(Inherited from IList.)
Public methodIndexOf(ICogRecord)
Searches the list for a given record.
Public methodIndexOfKey
Searches the list for a given key.
Public methodInsert(Int32, Object)
Inserts an item to the IList at the specified index.
(Inherited from IList.)
Public methodInsert(Int32, ICogRecord)
Inserts a record at a specified index.
Public methodRemove(Object)
Removes the first occurrence of a specific object from the IList.
(Inherited from IList.)
Public methodRemove(String)
Removes a record with a specified key.
Public methodRemoveAt
Removes the IList item at the specified index.
(Inherited from IList.)
Top
See Also