CogIPOneImageOperators IndexOf Method Cognex VisionPro 9.10
Gets the index of the given item. If the item cannot be found -1 is returned.

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

public int IndexOf(
	ICogIPOneImageOperatorParams value
)

Return Value

Type: Int32
See Also