CogDataBindingsCollection IndexOf Method (CogDataBinding)Cognex VisionPro 9.7
Searches for the specified CogDataBinding and returns its zero-based index.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax

public int IndexOf(
	CogDataBinding value
)

Return Value

Type: Int32
The zero-based index of the item if found; otherwise, -1.
See Also