CogSerializableCollectionBase T  IndexOf Method Cognex VisionPro 9.21 SR1
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: 85.1.0.0 (85.1.0.0)
Syntax

public int IndexOf(
	T value
)

Parameters

value
Type: T

Return Value

Type: Int32

Implements

IList T  IndexOf(T)
See Also