CogSerializableCollectionBase T  IndexOf Method Cognex VisionPro 9.20
Returns the index of value in the collection, or -1 if value is not in the collection.

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

public int IndexOf(
	T value
)

Parameters

value
Type: T

Return Value

Type: Int32

Implements

IList T  IndexOf(T)
See Also