CogVisionDataContainer IndexOf Method Cognex VisionPro 9.20
Overload List

  NameDescription
Public methodIndexOf(KeyValuePair String, ICogVisionData )
Searches the container for the specified key value pair and returns the zero-based index of the first occurrence.
Public methodIndexOf(String)
Searches the container for the key value pair with the specified key and returns its zero-based index.
Public methodIndexOf(ICogVisionData)
Searches the container for the key value pair with the specified value and returns its zero-based index.
Top
See Also